changeset 208:086e1aa99557 trunk

[svn r224] clean up temporaries after dstress has run
author ChristianK
date Tue, 13 May 2008 21:41:25 +0200
parents e0b6040585b4
children c4c9b4ac021b
files tests/runtest
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/runtest	Tue May 13 21:40:39 2008 +0200
+++ b/tests/runtest	Tue May 13 21:41:25 2008 +0200
@@ -48,3 +48,9 @@
 
 DMD=$DMD make compile nocompile run norun > ../$TARGETFILE
 cd ..
+
+echo
+echo "Cleanup... (removing all .bc and .exe files)"
+echo
+
+find dstress -name "*\.bc" -o "*\.exe" -exec rm {} \;