summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-09-13 08:19:22 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-09-13 08:19:22 -0400
commit9940bed3bfcd73fd17976f0140a0205d7d24b5e5 (patch)
treee47c3fcdadada61627e051cf38082560b653489c
parente29ca51c5fd1e7e3d3665fc49a361a513966f84d (diff)
downloadpython-coveragepy-9940bed3bfcd73fd17976f0140a0205d7d24b5e5.tar.gz
Run just specific tests
-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