summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alltests.cmd16
1 files changed, 8 insertions, 8 deletions
diff --git a/alltests.cmd b/alltests.cmd
index 0a4888d..9be4f4b 100644
--- a/alltests.cmd
+++ b/alltests.cmd
@@ -1,31 +1,31 @@
call \ned\bin\switchpy 23
python setup.py -q develop
set COVERAGE_TEST_TRACER=c
-nosetests
+nosetests %1
del coverage\tracer.pyd
set COVERAGE_TEST_TRACER=py
-nosetests
+nosetests %1
call \ned\bin\switchpy 24
python setup.py -q develop
set COVERAGE_TEST_TRACER=c
-nosetests
+nosetests %1
del coverage\tracer.pyd
set COVERAGE_TEST_TRACER=py
-nosetests
+nosetests %1
call \ned\bin\switchpy 25
python setup.py -q develop
set COVERAGE_TEST_TRACER=c
-nosetests
+nosetests %1
del coverage\tracer.pyd
set COVERAGE_TEST_TRACER=py
-nosetests
+nosetests %1
call \ned\bin\switchpy 26
python setup.py -q develop
set COVERAGE_TEST_TRACER=c
-nosetests
+nosetests %1
del coverage\tracer.pyd
set COVERAGE_TEST_TRACER=py
-nosetests
+nosetests %1