[llvm-commits] CVS: llvm/utils/NightlyTest.pl

Misha Brukman brukman at cs.uiuc.edu
Tue Jan 11 11:51:35 PST 2005



Changes in directory llvm/utils:

NightlyTest.pl updated: 1.86 -> 1.87
---
Log message:

No need to repeat the word `build' since it's under `Build status'


---
Diffs of the changes:  (+1 -1)

Index: llvm/utils/NightlyTest.pl
diff -u llvm/utils/NightlyTest.pl:1.86 llvm/utils/NightlyTest.pl:1.87
--- llvm/utils/NightlyTest.pl:1.86	Sat Jan  8 15:03:58 2005
+++ llvm/utils/NightlyTest.pl	Tue Jan 11 13:51:24 2005
@@ -417,7 +417,7 @@
 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"; }
 }






More information about the llvm-commits mailing list