Get the nightly tester to detect other kind of testing problems

llvm-svn: 6083
This commit is contained in:
Chris Lattner 2003-05-10 21:40:10 +00:00
parent 185045c494
commit c09c0b9623
1 changed files with 2 additions and 2 deletions

View File

@ -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";