mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Try to get more useful output from failing buildbot
This commit is contained in:
parent
fe502ea0e8
commit
a491cedaf4
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue