projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba02026
)
test output fix
author
Stefan Behnel
<scoder@users.berlios.de>
Fri, 23 May 2008 09:11:52 +0000
(11:11 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Fri, 23 May 2008 09:11:52 +0000
(11:11 +0200)
runtests.py
patch
|
blob
|
history
diff --git
a/runtests.py
b/runtests.py
index d255ba7c1fbd36c6e730a9bfe5fe6fa8155e4e9b..a8b1d57f3310d48c0e974a62c3f4cb84e3fd7f96 100644
(file)
--- 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: