Commit c6015f0c authored by Stefan Behnel's avatar Stefan Behnel

fixes, fixes, ...

parent 1c7cc48c
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment