[svn r224] clean up temporaries after dstress has run

This commit is contained in:
Christian Kamm
2008-05-13 21:41:25 +02:00
parent 1eb35898c6
commit bcc112e37f

View File

@@ -48,3 +48,9 @@ echo
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 {} \;