Revert two files committed in error
svn: r22749
This commit is contained in:
parent
58cf9546f9
commit
920af00bfe
@ -106,8 +106,5 @@ if __name__ == '__main__':
|
||||
logger.setLevel(logging.ERROR)
|
||||
console.setLevel(logging.ERROR)
|
||||
|
||||
print allTheTests()
|
||||
print perfTests()
|
||||
|
||||
#tests = perfTests() if options.performance else allTheTests()
|
||||
#unittest.TextTestRunner(verbosity=options.verbose_level).run(tests)
|
||||
tests = perfTests() if options.performance else allTheTests()
|
||||
unittest.TextTestRunner(verbosity=options.verbose_level).run(tests)
|
||||
|
Loading…
Reference in New Issue
Block a user