From a491cedaf45252cb8431b0fd45bc0383cd00115b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Sun, 21 Nov 2010 02:19:09 +0000 Subject: Try to get more useful output from failing buildbot --- Lib/test/test_compileall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_compileall.py b/Lib/test/test_compileall.py index 4fd7ddf..dd0962f 100644 --- a/Lib/test/test_compileall.py +++ b/Lib/test/test_compileall.py @@ -224,7 +224,7 @@ class CommandLineTests(unittest.TestCase): sys.executable, self.pkgdir)) quiet = subprocess.getoutput(('{} -m compileall {}'.format( sys.executable, self.pkgdir))) - self.assertTrue(len(noise) > len(quiet)) + self.assertGreater(len(noise), len(quiet)) def test_regexp(self): retcode = subprocess.call( -- cgit v0.12