From 24773fa31a13fc0058aed577d566cb528a769061 Mon Sep 17 00:00:00 2001 From: Tarek Ziade Date: Wed, 19 May 2010 11:49:00 +0200 Subject: added the -q flag and make sure the build folder is removed when python 3 tests are run --HG-- branch : distribute extra : rebase_source : 5ebb6fedf532a2a517cbcf522cc9ec3a9066ea0a --- test.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/test.sh b/test.sh index ac309dec..cc637f68 100644 --- a/test.sh +++ b/test.sh @@ -1,6 +1,7 @@ -python2.3 setup.py test -python2.4 setup.py test -python2.5 setup.py test -python2.6 setup.py test -python3.1 setup.py test +python2.3 setup.py -q test +python2.4 setup.py -q test +python2.5 setup.py -q test +python2.6 setup.py -q test +rm -rf build +python3.1 setup.py -q test -- cgit v1.2.1