mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 14:40:25 +00:00
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:
parent
d7916e988c
commit
2e8be14165
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user