[llvm-commits] CVS: llvm/utils/NightlyTest.pl

Chris Lattner lattner at cs.uiuc.edu
Fri Feb 28 13:41:01 PST 2003


Changes in directory llvm/utils:

NightlyTest.pl updated: 1.7 -> 1.8

---
Log message:

Allow tests to run for 5 minutes before timing out.


---
Diffs of the changes:

Index: llvm/utils/NightlyTest.pl
diff -u llvm/utils/NightlyTest.pl:1.7 llvm/utils/NightlyTest.pl:1.8
--- llvm/utils/NightlyTest.pl:1.7	Fri Jan 24 10:28:25 2003
+++ llvm/utils/NightlyTest.pl	Fri Feb 28 13:40:05 2003
@@ -270,7 +270,7 @@
 # Run the programs tests... creating a report.nightly.html file
 if (!$NOTEST) {
   system "gmake $MAKEOPTS report.nightly.html TEST=nightly "
-       . "> $Prefix-ProgramTest.txt 2>&1";
+       . "RUNTIMELIMIT=300 > $Prefix-ProgramTest.txt 2>&1";
 } else {
   system "gunzip $Prefix-ProgramTest.txt.gz";
 }





More information about the llvm-commits mailing list