From b2dfda7020ecce0e895d471fa305f5f7c64a983c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 18 Apr 2009 21:14:49 -0400 Subject: Quieter alltests.cmd --- alltests.cmd | 8 ++++---- 1 file 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 -- cgit v1.2.1