Try to get more useful output from failing buildbot

This commit is contained in:
Éric Araujo 2010-11-21 02:19:09 +00:00
parent fe502ea0e8
commit a491cedaf4
1 changed files with 1 additions and 1 deletions

View File

@ -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(