diff options
Diffstat (limited to 'tests/runall.bat')
-rw-r--r-- | tests/runall.bat | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/runall.bat b/tests/runall.bat index 21bbbbe..3f5498d 100644 --- a/tests/runall.bat +++ b/tests/runall.bat @@ -1,4 +1,6 @@ -erase *.result +@echo off + +if x%1==x-f echo y | erase *.pass > nul: call runtest cl mutex1 call runtest cl mutex2 |