[Python-checkins] distutils2: Don?t test with python2.6 -3 to avoid noise from the stdlib.

tarek.ziade python-checkins at python.org
Sun Aug 8 11:50:45 CEST 2010


tarek.ziade pushed b811547a41e0 to distutils2:

http://hg.python.org/distutils2/rev/b811547a41e0
changeset:   407:b811547a41e0
user:        ?ric Araujo <merwok at netwok.org>
date:        Sat Jul 31 14:06:49 2010 +0200
summary:     Don?t test with python2.6 -3 to avoid noise from the stdlib.
files:       src/tests.sh

diff --git a/src/tests.sh b/src/tests.sh
--- a/src/tests.sh
+++ b/src/tests.sh
@@ -23,7 +23,7 @@
 fi
 
 echo -n "Running tests for Python 2.6... "
-python2.6 -Wd -bb -3 runtests.py -q 2> /dev/null
+python2.6 -Wd runtests.py -q 2> /dev/null
 if [ $? -ne 0 ];then
     echo "Failed"
     exit 1

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list