projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c333a8
)
Py3 test runner fix
author
Stefan Behnel
<scoder@users.berlios.de>
Thu, 7 Apr 2011 14:33:17 +0000
(16:33 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Thu, 7 Apr 2011 14:33:17 +0000
(16:33 +0200)
runtests.py
patch
|
blob
|
history
diff --git
a/runtests.py
b/runtests.py
index 3dce408c0d9819e3188c12fd4cd6485a1322caaa..cee950f3b6bf2ee0bcf6adecb068aca496009f53 100644
(file)
--- a/
runtests.py
+++ b/
runtests.py
@@
-1001,7
+1001,6
@@
class FileListExcluder:
f.close()
def __call__(self, testname, tags=None):
- print testname
return testname in self.excludes or testname.split('.')[-1] in self.excludes
class TagsSelector: