summaryrefslogtreecommitdiffstats
path: root/llvm/utils
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-12-11 19:55:39 +0000
committerChris Lattner <sabre@nondot.org>2005-12-11 19:55:39 +0000
commit08dbd94632fddf06aefd01b66fa76673ae80059b (patch)
treea0487cde4fbd24f4845729d691af760a22973a00 /llvm/utils
parenta4c6cc5af4fa7bd2d1040f79b799100cba6527cb (diff)
downloadbcm5719-llvm-08dbd94632fddf06aefd01b66fa76673ae80059b.tar.gz
bcm5719-llvm-08dbd94632fddf06aefd01b66fa76673ae80059b.zip
Send an indicator to llvm-testresults if the build failed
llvm-svn: 24665
Diffstat (limited to 'llvm/utils')
-rwxr-xr-xllvm/utils/NightlyTest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/NightlyTest.pl b/llvm/utils/NightlyTest.pl
index 86ba616576c..48e9f3511d6 100755
--- a/llvm/utils/NightlyTest.pl
+++ b/llvm/utils/NightlyTest.pl
@@ -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; }
OpenPOWER on IntegriCloud