mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Fix a halfway done change to the nightly tester :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6084 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2e8be14165
commit
6e51bfa2ea
@ -281,6 +281,10 @@ if ($BuildError eq "") {
|
||||
$TestError = 1;
|
||||
$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 = 1;
|
||||
$ProgramsTable =
|
||||
"<font color=white><h2>Makefile error running tests!</h2></font>";
|
||||
} else {
|
||||
$TestError = 0;
|
||||
$ProgramsTable = ReadFile "report.nightly.html";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user