From: Stefan Behnel Date: Fri, 5 Mar 2010 09:16:00 +0000 (+0100) Subject: fixes, fixes, ... X-Git-Tag: 0.13.beta0~2^2~102^2~10 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c6015f0c179328a4066653fcbf026a2251d94842;p=cython.git fixes, fixes, ... --- diff --git a/runtests.py b/runtests.py index d435bae4..21929c50 100644 --- 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 > 0) + test_runner = XMLTestRunner(output=xml_output_dir, verbose=options.verbosity > 0) else: test_runner = unittest.TextTestRunner(verbosity=options.verbosity)