mirror of
https://github.com/python/cpython.git
synced 2026-06-17 08:31:15 -04:00
Try to get more useful output from failing buildbot
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user