projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58eb7a6
)
fixes, fixes, ...
author
Stefan Behnel
<scoder@users.berlios.de>
Fri, 5 Mar 2010 09:14:27 +0000
(10:14 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Fri, 5 Mar 2010 09:14:27 +0000
(10:14 +0100)
runtests.py
patch
|
blob
|
history
diff --git
a/runtests.py
b/runtests.py
index c96e65cde90f63ed84b9d53c3cce12fe34959b1d..d435bae48d69314680edf0c9febb0aad29231b6d 100644
(file)
--- a/
runtests.py
+++ b/
runtests.py
@@
-890,7
+890,7
@@
if __name__ == '__main__':
xml_output_dir = None
if xml_output_dir:
- test_runner = XMLTestRunner(output=xml_output_dir, verbosity=options.verbosity)
+ test_runner = XMLTestRunner(output=xml_output_dir, verbosity=options.verbosity
> 0
)
else:
test_runner = unittest.TextTestRunner(verbosity=options.verbosity)