mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
I'm tired of the nightly tester stopping, aren't you?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9544 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7b6dd2950f
commit
3e457f7b20
@ -323,7 +323,7 @@ sub TestDirectory {
|
||||
|
||||
# Run the programs tests... creating a report.nightly.html file
|
||||
if (!$NOTEST) {
|
||||
system "gmake $MAKEOPTS report.nightly.html TEST=nightly "
|
||||
system "gmake -k $MAKEOPTS report.nightly.html TEST=nightly "
|
||||
. "> $Prefix-$SubDir-ProgramTest.txt 2>&1";
|
||||
} else {
|
||||
system "gunzip $Prefix-$SubDir-ProgramTest.txt.gz";
|
||||
@ -422,7 +422,7 @@ if ($BuildError eq "") {
|
||||
system "gmake $MAKEOPTS clean > /dev/null 2>&1";
|
||||
|
||||
# Run the nightly test in this directory, with LARGE_PROBLEM_SIZE enabled!
|
||||
system "gmake $MAKEOPTS report.nightly.raw.out TEST=nightly " .
|
||||
system "gmake -k $MAKEOPTS report.nightly.raw.out TEST=nightly " .
|
||||
" LARGE_PROBLEM_SIZE=1 > /dev/null 2>&1";
|
||||
system "cp report.nightly.raw.out $Prefix-Olden-tests.txt";
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user