Skip to content

Commit 411d194

Browse files
committed
Pass along all the nosetests arguments.
1 parent feed6f2 commit 411d194

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

alltests.cmd

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,41 +4,41 @@ make --quiet testdata
44
call \ned\bin\switchpy 23
55
python setup.py -q develop
66
set COVERAGE_TEST_TRACER=c
7-
nosetests %1
7+
nosetests %1 %2 %3 %4 %5 %6 %7 %8 %9
88
del coverage\tracer.pyd
99
set COVERAGE_TEST_TRACER=py
10-
nosetests %1
10+
nosetests %1 %2 %3 %4 %5 %6 %7 %8 %9
1111

1212
call \ned\bin\switchpy 24
1313
python setup.py -q develop
1414
set COVERAGE_TEST_TRACER=c
15-
nosetests %1
15+
nosetests %1 %2 %3 %4 %5 %6 %7 %8 %9
1616
del coverage\tracer.pyd
1717
set COVERAGE_TEST_TRACER=py
18-
nosetests %1
18+
nosetests %1 %2 %3 %4 %5 %6 %7 %8 %9
1919

2020
call \ned\bin\switchpy 25
2121
python setup.py -q develop
2222
set COVERAGE_TEST_TRACER=c
23-
nosetests %1
23+
nosetests %1 %2 %3 %4 %5 %6 %7 %8 %9
2424
del coverage\tracer.pyd
2525
set COVERAGE_TEST_TRACER=py
26-
nosetests %1
26+
nosetests %1 %2 %3 %4 %5 %6 %7 %8 %9
2727

2828
call \ned\bin\switchpy 26
2929
python setup.py -q develop
3030
set COVERAGE_TEST_TRACER=c
31-
nosetests %1
31+
nosetests %1 %2 %3 %4 %5 %6 %7 %8 %9
3232
del coverage\tracer.pyd
3333
set COVERAGE_TEST_TRACER=py
34-
nosetests %1
34+
nosetests %1 %2 %3 %4 %5 %6 %7 %8 %9
3535

3636
call \ned\bin\switchpy 31
3737
python setup.py -q install
3838
set COVERAGE_TEST_TRACER=c
39-
python \python31\Scripts\nosetests3 %1
39+
python \python31\Scripts\nosetests3 %1 %2 %3 %4 %5 %6 %7 %8 %9
4040
del \python31\lib\site-packages\coverage\tracer.pyd
4141
set COVERAGE_TEST_TRACER=py
42-
python \python31\Scripts\nosetests3 %1
42+
python \python31\Scripts\nosetests3 %1 %2 %3 %4 %5 %6 %7 %8 %9
4343

4444
make --quiet clean

0 commit comments

Comments
 (0)