6954: Output command line messages and progress information to stderr rather than stdout
svn: r22748
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user