[llvm-commits] CVS: reopt/test/run-tests

Brian Gaeke gaeke at cs.uiuc.edu
Mon Oct 4 13:15:39 PDT 2004



Changes in directory reopt/test:

run-tests updated: 1.21 -> 1.22
---
Log message:

When testing spec programs, use 'gmake -k', so that the tests don't
stop at some random failure point.


---
Diffs of the changes:  (+1 -1)

Index: reopt/test/run-tests
diff -u reopt/test/run-tests:1.21 reopt/test/run-tests:1.22
--- reopt/test/run-tests:1.21	Thu Sep 23 14:48:38 2004
+++ reopt/test/run-tests	Mon Oct  4 15:15:29 2004
@@ -147,7 +147,7 @@
 	# note: SPEC Sandbox.sh does NOT play nice with our debug output!
 	LLVM_REOPT='--enable-trace-opt'
 	export LLVM_REOPT
-    exec gmake SUBDIR=$SUBDIR SPECTEST=1 RUNTIMELIMIT=900 $MKOPTS
+    exec gmake -k SUBDIR=$SUBDIR SPECTEST=1 RUNTIMELIMIT=900 $MKOPTS
   else
     exec gmake SUBDIR=$SUBDIR RUNTIMELIMIT=900 $MKOPTS
   fi






More information about the llvm-commits mailing list