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