[llvm-commits] CVS: reopt/test/run-tests
Brian Gaeke
gaeke at cs.uiuc.edu
Wed Jun 2 15:20:01 PDT 2004
Changes in directory reopt/test:
run-tests updated: 1.1 -> 1.2
---
Log message:
On -clean -output runs, erase all outputs.
---
Diffs of the changes: (+1 -1)
Index: reopt/test/run-tests
diff -u reopt/test/run-tests:1.1 reopt/test/run-tests:1.2
--- reopt/test/run-tests:1.1 Wed May 26 04:32:22 2004
+++ reopt/test/run-tests Wed Jun 2 15:19:03 2004
@@ -71,7 +71,7 @@
do_clean () {
echo "cleaning in $fullsubdirpath"
- rm $fullsubdirpath/Output/*.out-reopt-llc
+ rm $fullsubdirpath/Output/*.out-*
if [ $outputonly -eq 0 ]; then
find $fullsubdirpath -name "*reopt*" -print |xargs rm
fi
More information about the llvm-commits
mailing list