projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2c339c
)
Send an indicator to llvm-testresults if the build failed
author
Chris Lattner
<sabre@nondot.org>
Sun, 11 Dec 2005 19:55:39 +0000
(19:55 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/utils/NightlyTest.pl
b/utils/NightlyTest.pl
index 86ba616576cd636386f89aa68d738f56b89f7043..48e9f3511d6abd317feac1c5fd324c66a27a1c92 100755
(executable)
--- 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; }