Get the nightly tester to detect other kind of testing problems
authorChris Lattner <sabre@nondot.org>
Sat, 10 May 2003 21:40:10 +0000 (21:40 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 10 May 2003 21:40:10 +0000 (21:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6083 91177308-0d34-0410-b5e6-96231b3b80d8

utils/NightlyTest.pl

index b8b6f4c56f6bdd6927e4ce08b1494bc6afe58365..f4c2d18751f90f4d3f35052456c020fb14316bff 100755 (executable)
@@ -279,8 +279,8 @@ if ($BuildError eq "") {
 
   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";