From 9940bed3bfcd73fd17976f0140a0205d7d24b5e5 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 13 Sep 2009 08:19:22 -0400 Subject: Run just specific tests --- alltests.cmd | 16 ++++++++-------- 1 file 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 -- cgit v1.2.1