aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test.sh11
1 files 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