Author: Matti Picus <[email protected]>
Branch:
Changeset: r1057:845fc1c6c1bd
Date: 2018-01-29 22:21 +0200
http://bitbucket.org/pypy/buildbot/changeset/845fc1c6c1bd/
Log: add verbose flag
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -396,7 +396,7 @@
factory.addStep(ShellCmd(
description="fetch external dependencies",
- command=['python', 'get_externals.py',
+ command=['python', 'get_externals.py', '--verbose',
'--platform=%s' % platform,],
flunkOnFailure=False,
haltOnFailure=False,
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit