[Swift-commit] r2980 - trunk/tests/language-behaviour
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Wed Jun 24 15:19:44 CDT 2009
Author: benc
Date: 2009-06-24 15:19:44 -0500 (Wed, 24 Jun 2009)
New Revision: 2980
Modified:
trunk/tests/language-behaviour/run
Log:
remove _concurrent directory during test cleanup
Modified: trunk/tests/language-behaviour/run
===================================================================
--- trunk/tests/language-behaviour/run 2009-06-24 20:19:20 UTC (rev 2979)
+++ trunk/tests/language-behaviour/run 2009-06-24 20:19:44 UTC (rev 2980)
@@ -33,7 +33,7 @@
rm -rf $1*.out $1*.xml $1*.kml $1*.dot $1*.log $1*.rlog $1*.d
elif [ "$RESUME" != "y" ]; then
echo Removing files from previous runs
- rm -rf *.out *.xml *.kml *.dot *.log *.rlog *.d
+ rm -rf *.out *.xml *.kml *.dot *.log *.rlog *.d _concurrent
fi
for testfn in $TESTS; do
More information about the Swift-commit
mailing list