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:
Chris Lattner 2003-10-28 18:37:24 +00:00
parent 7b6dd2950f
commit 3e457f7b20

View File

@ -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 {