comparison tests/runtest @ 249:fa9fef362a98 trunk

[svn r266] dstress results for [265] and small fix for cleanup in runtests script
author ChristianK
date Tue, 10 Jun 2008 21:44:04 +0200
parents df1abfe27be6
children 9f228c1e5311
comparison
equal deleted inserted replaced
248:890b4862ec6c 249:fa9fef362a98
53 53
54 echo 54 echo
55 echo "Cleanup... (removing all .bc and .exe files)" 55 echo "Cleanup... (removing all .bc and .exe files)"
56 echo 56 echo
57 57
58 find dstress -name "*\.bc" -o "*\.exe" -exec rm {} \; 58 find dstress -name "*\.bc" -o -name "*\.exe" -exec rm {} \;