Commit a491ceda authored by Éric Araujo's avatar Éric Araujo

Try to get more useful output from failing buildbot

parent fe502ea0
......@@ -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(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment