Get the nightly tester to detect other kind of testing problems

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6083 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-05-10 21:40:10 +00:00
parent d7916e988c
commit 2e8be14165

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