projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe502ea
)
Try to get more useful output from failing buildbot
author
Éric Araujo
<merwok@netwok.org>
Sun, 21 Nov 2010 02:19:09 +0000
(
02:19
+0000)
committer
Éric Araujo
<merwok@netwok.org>
Sun, 21 Nov 2010 02:19:09 +0000
(
02:19
+0000)
Lib/test/test_compileall.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_compileall.py
b/Lib/test/test_compileall.py
index 4fd7ddfda297cf430391c072921626b965da9d61..dd0962f20a835b5c70fe01d9617f4071939ebcb2 100644
(file)
--- 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.assert
True(len(noise) >
len(quiet))
+ self.assert
Greater(len(noise),
len(quiet))
def test_regexp(self):
retcode = subprocess.call(