mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-19 02:03:11 +00:00
Get the nightly tester to detect other kind of testing problems
llvm-svn: 6083
This commit is contained in:
parent
023c628a58
commit
c9afb3571d
@ -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…
x
Reference in New Issue
Block a user