Send an indicator to llvm-testresults if the build failed
authorChris Lattner <sabre@nondot.org>
Sun, 11 Dec 2005 19:55:39 +0000 (19:55 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 11 Dec 2005 19:55:39 +0000 (19:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24665 91177308-0d34-0410-b5e6-96231b3b80d8

utils/NightlyTest.pl

index 86ba616576cd636386f89aa68d738f56b89f7043..48e9f3511d6abd317feac1c5fd324c66a27a1c92 100755 (executable)
@@ -462,7 +462,7 @@ if (`grep '^gmake[^:]*: .*Error' $BuildLog | wc -l` + 0 ||
   $BuildStatus = "<h3><font color='red'>error: compilation " .
                 "<a href=\"$DATE-Build-Log.txt\">aborted</a></font></h3>";
   $BuildError = 1;
-  if ($VERBOSE) { print "BUILD ERROR\n"; }
+  print "\n***ERROR BUILDING TREE\n\n";
 }
 
 if ($BuildError) { $NODEJAGNU=1; }