[llvm-commits] CVS: reopt/test/run-big-tests
Brian Gaeke
gaeke at cs.uiuc.edu
Tue Oct 26 13:08:31 PDT 2004
Changes in directory reopt/test:
run-big-tests updated: 1.2 -> 1.3
---
Log message:
Don't unconditionally 'make clean' before running a test.
---
Diffs of the changes: (+0 -1)
Index: reopt/test/run-big-tests
diff -u reopt/test/run-big-tests:1.2 reopt/test/run-big-tests:1.3
--- reopt/test/run-big-tests:1.2 Thu Oct 14 16:44:14 2004
+++ reopt/test/run-big-tests Tue Oct 26 15:08:21 2004
@@ -1,7 +1,6 @@
#!/bin/sh
for test in art equake ammp gzip parser vortex bzip2 m88ksim compress li
do
- ./run-tests -clean $test
./run-tests $test ${1+"$@"}
done
exit 0
More information about the llvm-commits
mailing list