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

Chris Lattner lattner at cs.uiuc.edu
Sun Dec 11 11:55:55 PST 2005



Changes in directory llvm/utils:

NightlyTest.pl updated: 1.100 -> 1.101
---
Log message:

Send an indicator to llvm-testresults if the build failed


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

 NightlyTest.pl |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/utils/NightlyTest.pl
diff -u llvm/utils/NightlyTest.pl:1.100 llvm/utils/NightlyTest.pl:1.101
--- llvm/utils/NightlyTest.pl:1.100	Tue Nov  1 11:59:42 2005
+++ llvm/utils/NightlyTest.pl	Sun Dec 11 13:55:39 2005
@@ -462,7 +462,7 @@
   $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; }






More information about the llvm-commits mailing list