diff options
author | Chris Lattner <sabre@nondot.org> | 2005-12-11 19:55:39 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-12-11 19:55:39 +0000 |
commit | 0831310441634c7ac7896074ed1d01b5e50f4f56 (patch) | |
tree | cd817a0c8d3a262e574b3db3c4232ca27c92a48f | |
parent | d2c339cca70db6dcb4496c1db5ec53c732ea4b60 (diff) |
Send an indicator to llvm-testresults if the build failed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24665 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-x | utils/NightlyTest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/NightlyTest.pl b/utils/NightlyTest.pl index 86ba616576..48e9f3511d 100755 --- a/utils/NightlyTest.pl +++ b/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; } |