From: Stefan Behnel Date: Fri, 23 May 2008 09:11:52 +0000 (+0200) Subject: test output fix X-Git-Tag: 0.9.8rc1~11^2~10^2~15^2~21 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6a4b9be065c7567436fe1bdd66a852d1dba9badd;p=cython.git test output fix --- diff --git a/runtests.py b/runtests.py index d255ba7c..a8b1d57f 100644 --- a/runtests.py +++ b/runtests.py @@ -257,7 +257,7 @@ if __name__ == '__main__': print("Running tests against Cython %s" % version) else: print("Running tests without Cython.") - print("Python", sys.version) + print("Python %s" % sys.version) print("") try: