[Python-checkins] distutils2: fancy output

tarek.ziade python-checkins at python.org
Fri May 14 22:36:12 CEST 2010


tarek.ziade pushed 33bd9af05048 to distutils2:

http://hg.python.org/distutils2/rev/33bd9af05048
changeset:   143:33bd9af05048
user:        Tarek Ziade <tarek at ziade.org>
date:        Wed May 12 17:42:42 2010 +0200
summary:     fancy output
files:       src/tests.sh

diff --git a/src/tests.sh b/src/tests.sh
--- a/src/tests.sh
+++ b/src/tests.sh
@@ -1,5 +1,12 @@
 #!/bin/sh
+echo Testing with Python 2.4....
 python2.4 runtests.py -q
+
+echo
+echo Testing with Python 2.5....
 python2.5 runtests.py -q
+
+echo
+echo Testing with Python 2.6....
 python2.6 runtests.py -q
 

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


More information about the Python-checkins mailing list