If the user did not check out LLVM and request it to be built, it should be a build...
authorTanya Lattner <tonic@nondot.org>
Tue, 2 Oct 2007 00:19:27 +0000 (00:19 +0000)
committerTanya Lattner <tonic@nondot.org>
Tue, 2 Oct 2007 00:19:27 +0000 (00:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42514 91177308-0d34-0410-b5e6-96231b3b80d8

utils/NewNightlyTest.pl

index 2978f291f1b889d82c0ec7a4bf58148a877a7eb9..3def3902ed2d1c78272ad56c52a8255d2502d5e1 100755 (executable)
@@ -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) {