diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-22 19:49:36 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-22 19:49:36 -0500 |
| commit | 6c3f3297a65a14dc7afbb1d18257c400f0b70042 (patch) | |
| tree | 8a437bf64ecd1cc7d7ec7656c47f8379670010a1 /alltests.cmd | |
| parent | 47bb55d6380912cef609153067d77348855e1b04 (diff) | |
| download | python-coveragepy-6c3f3297a65a14dc7afbb1d18257c400f0b70042.tar.gz | |
Pass along all the nosetests arguments.
Diffstat (limited to 'alltests.cmd')
| -rw-r--r-- | alltests.cmd | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/alltests.cmd b/alltests.cmd index 73de80e..7b26ab8 100644 --- a/alltests.cmd +++ b/alltests.cmd @@ -4,41 +4,41 @@ make --quiet testdata call \ned\bin\switchpy 23
python setup.py -q develop
set COVERAGE_TEST_TRACER=c
-nosetests %1
+nosetests %1 %2 %3 %4 %5 %6 %7 %8 %9
del coverage\tracer.pyd
set COVERAGE_TEST_TRACER=py
-nosetests %1
+nosetests %1 %2 %3 %4 %5 %6 %7 %8 %9
call \ned\bin\switchpy 24
python setup.py -q develop
set COVERAGE_TEST_TRACER=c
-nosetests %1
+nosetests %1 %2 %3 %4 %5 %6 %7 %8 %9
del coverage\tracer.pyd
set COVERAGE_TEST_TRACER=py
-nosetests %1
+nosetests %1 %2 %3 %4 %5 %6 %7 %8 %9
call \ned\bin\switchpy 25
python setup.py -q develop
set COVERAGE_TEST_TRACER=c
-nosetests %1
+nosetests %1 %2 %3 %4 %5 %6 %7 %8 %9
del coverage\tracer.pyd
set COVERAGE_TEST_TRACER=py
-nosetests %1
+nosetests %1 %2 %3 %4 %5 %6 %7 %8 %9
call \ned\bin\switchpy 26
python setup.py -q develop
set COVERAGE_TEST_TRACER=c
-nosetests %1
+nosetests %1 %2 %3 %4 %5 %6 %7 %8 %9
del coverage\tracer.pyd
set COVERAGE_TEST_TRACER=py
-nosetests %1
+nosetests %1 %2 %3 %4 %5 %6 %7 %8 %9
call \ned\bin\switchpy 31
python setup.py -q install
set COVERAGE_TEST_TRACER=c
-python \python31\Scripts\nosetests3 %1
+python \python31\Scripts\nosetests3 %1 %2 %3 %4 %5 %6 %7 %8 %9
del \python31\lib\site-packages\coverage\tracer.pyd
set COVERAGE_TEST_TRACER=py
-python \python31\Scripts\nosetests3 %1
+python \python31\Scripts\nosetests3 %1 %2 %3 %4 %5 %6 %7 %8 %9
make --quiet clean
|
