Get the nightly tester to detect other kind of testing problems
llvm-svn: 6083
diff --git a/llvm/utils/NightlyTest.pl b/llvm/utils/NightlyTest.pl
index b8b6f4c..f4c2d18 100755
--- a/llvm/utils/NightlyTest.pl
+++ b/llvm/utils/NightlyTest.pl
@@ -279,8 +279,8 @@
if (`grep '^gmake: .*Error' $Prefix-ProgramTest.txt | wc -l` + 0) {
$TestError = 1;
- $ProgramsTable = "<h2>Error running tests!</h2>";
- } else {
+ $ProgramsTable = "<font color=white><h2>Error running tests!</h2></font>";
+ } elsif (`grep '^gmake: .*No rule to make target' $Prefix-ProgramTest.txt | wc -l` + 0) {
$TestError = 0;
$ProgramsTable = ReadFile "report.nightly.html";