6954: Output command line messages and progress information to stderr rather than stdout

svn: r22748
This commit is contained in:
Nick Hall
2013-07-28 14:17:29 +00:00
parent 6c1d5a89a2
commit 58cf9546f9
3 changed files with 337 additions and 389 deletions

View File

@ -106,5 +106,8 @@ if __name__ == '__main__':
logger.setLevel(logging.ERROR)
console.setLevel(logging.ERROR)
tests = perfTests() if options.performance else allTheTests()
unittest.TextTestRunner(verbosity=options.verbose_level).run(tests)
print allTheTests()
print perfTests()
#tests = perfTests() if options.performance else allTheTests()
#unittest.TextTestRunner(verbosity=options.verbose_level).run(tests)