mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-09-20 04:10:18 +02:00
[svn r266] dstress results for [265] and small fix for cleanup in runtests script
This commit is contained in:
File diff suppressed because one or more lines are too long
+1
-1
@@ -55,4 +55,4 @@ echo
|
|||||||
echo "Cleanup... (removing all .bc and .exe files)"
|
echo "Cleanup... (removing all .bc and .exe files)"
|
||||||
echo
|
echo
|
||||||
|
|
||||||
find dstress -name "*\.bc" -o "*\.exe" -exec rm {} \;
|
find dstress -name "*\.bc" -o -name "*\.exe" -exec rm {} \;
|
||||||
|
|||||||
Reference in New Issue
Block a user