diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-18 21:14:49 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-18 21:14:49 -0400 |
| commit | b2dfda7020ecce0e895d471fa305f5f7c64a983c (patch) | |
| tree | 5eecad3240ac2d2ce4d0c3d7d565e71a4148ce78 | |
| parent | d1847fbc5905fde5ae43d96bdc7ed2d7ba19a997 (diff) | |
| download | python-coveragepy-git-b2dfda7020ecce0e895d471fa305f5f7c64a983c.tar.gz | |
Quieter alltests.cmd
| -rw-r--r-- | alltests.cmd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/alltests.cmd b/alltests.cmd index c16c4bc5..3a29202f 100644 --- a/alltests.cmd +++ b/alltests.cmd @@ -1,20 +1,20 @@ call \ned\bin\switchpy 23
-python setup.py develop
+python setup.py -q develop
nosetests
del coverage\tracer.pyd
nosetests
call \ned\bin\switchpy 24
-python setup.py develop
+python setup.py -q develop
nosetests
del coverage\tracer.pyd
nosetests
call \ned\bin\switchpy 25
-python setup.py develop
+python setup.py -q develop
nosetests
del coverage\tracer.pyd
nosetests
call \ned\bin\switchpy 26
-python setup.py develop
+python setup.py -q develop
nosetests
del coverage\tracer.pyd
nosetests
|
