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:
0425a87
)
Make build errors stand out by coloring them red.
author
Misha Brukman
<brukman+llvm@gmail.com>
Thu, 21 Aug 2003 20:22:52 +0000
(20:22 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Thu, 21 Aug 2003 20:22:52 +0000
(20:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8017
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/NightlyTest.pl
patch
|
blob
|
history
diff --git
a/utils/NightlyTest.pl
b/utils/NightlyTest.pl
index 6582969db3fc15833a396d6bfd472d1fded2a43b..acf32165b9d36f7a4658cb10fb348efe07e3d921 100755
(executable)
--- a/
utils/NightlyTest.pl
+++ b/
utils/NightlyTest.pl
@@
-198,11
+198,10
@@
my $BuildWallTime = GetRegexNum "^real", 1, "([0-9.]+)","$Prefix-Build-Log.txt";
my $BuildError = "";
if (`grep '^gmake[^:]*: .*Error' $Prefix-Build-Log.txt | wc -l` + 0) {
- $BuildError = "<h3>
Build error: compilation <a href=\"$DATE-Build-Log.txt\">"
-
. "aborted</a
></h3>";
+ $BuildError = "<h3>
<font color='red'>Build error: compilation " .
+
"<a href=\"$DATE-Build-Log.txt\">aborted</a></font
></h3>";
}
-
#
# Get warnings from the build
#