projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c7cc48
)
fixes, fixes, ...
author
Stefan Behnel
<scoder@users.berlios.de>
Fri, 5 Mar 2010 09:16:00 +0000
(10:16 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Fri, 5 Mar 2010 09:16:00 +0000
(10:16 +0100)
runtests.py
patch
|
blob
|
history
diff --git
a/runtests.py
b/runtests.py
index d435bae48d69314680edf0c9febb0aad29231b6d..21929c50c9363b3caba3027d1fee1ccacbcb016b 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, verbos
ity
=options.verbosity > 0)
+ test_runner = XMLTestRunner(output=xml_output_dir, verbos
e
=options.verbosity > 0)
else:
test_runner = unittest.TextTestRunner(verbosity=options.verbosity)