aboutsummaryrefslogtreecommitdiffstats
path: root/utils/NewNightlyTest.pl
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2007-10-02 00:19:27 +0000
committerTanya Lattner <tonic@nondot.org>2007-10-02 00:19:27 +0000
commit9949c2a7efacf6a55f88607ebd7f4334b69da062 (patch)
treedf7a401f49a339d5b4ce1c3e1fc1b4dc9709d67c /utils/NewNightlyTest.pl
parent7f3394f3796883707961f2f61ea761cee15a0308 (diff)
downloadexternal_llvm-9949c2a7efacf6a55f88607ebd7f4334b69da062.zip
external_llvm-9949c2a7efacf6a55f88607ebd7f4334b69da062.tar.gz
external_llvm-9949c2a7efacf6a55f88607ebd7f4334b69da062.tar.bz2
If the user did not check out LLVM and request it to be built, it should be a build error. This relies on the user having a successful build of LLVM, but the tests will fail if they dont.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42514 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/NewNightlyTest.pl')
-rwxr-xr-xutils/NewNightlyTest.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/NewNightlyTest.pl b/utils/NewNightlyTest.pl
index 2978f29..3def390 100755
--- a/utils/NewNightlyTest.pl
+++ b/utils/NewNightlyTest.pl
@@ -737,7 +737,6 @@ $BuildWallTime=-1 unless $BuildWallTime;
my $BuildError = 0, $BuildStatus = "OK";
if ($NOBUILD) {
$BuildStatus = "Skipped by user";
- $BuildError = 1;
}
elsif (`grep '^$MAKECMD\[^:]*: .*Error' $BuildLog | wc -l` + 0 ||
`grep '^$MAKECMD: \*\*\*.*Stop.' $BuildLog | wc -l`+0) {