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:
947d544
)
No need to repeat the word `build' since it's under `Build status'
author
Misha Brukman
<brukman+llvm@gmail.com>
Tue, 11 Jan 2005 19:51:24 +0000
(19:51 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Tue, 11 Jan 2005 19:51:24 +0000
(19:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19481
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/NightlyTest.pl
patch
|
blob
|
history
diff --git
a/utils/NightlyTest.pl
b/utils/NightlyTest.pl
index 17d0badb8db044a174d85d8b9c72cd0884f133d8..d41deda39585709646789382e22c6aeaea45e15b 100755
(executable)
--- a/
utils/NightlyTest.pl
+++ b/
utils/NightlyTest.pl
@@
-417,7
+417,7
@@
my $BuildWallTime = GetRegexNum "^real", 1, "([0-9.]+)","$BuildLog";
my $BuildError = "";
if (`grep '^gmake[^:]*: .*Error' $BuildLog | wc -l` + 0 ||
`grep '^gmake: \*\*\*.*Stop.' $BuildLog | wc -l`+0) {
- $BuildError = "<h3><font color='red'>
Build
error: compilation " .
+ $BuildError = "<h3><font color='red'>error: compilation " .
"<a href=\"$DATE-Build-Log.txt\">aborted</a></font></h3>";
if ($VERBOSE) { print "BUILD ERROR\n"; }
}