Merge "Have test retry building failed images"

This commit is contained in:
Jenkins 2015-06-25 14:59:42 +00:00 committed by Gerrit Code Review
commit 75b8cdd393

View File

@ -26,7 +26,8 @@ class ImagesTest(base.BaseTestCase):
def test_builds(self):
proc = Popen(['tools/build-all-docker-images',
'--testmode'],
'--testmode',
'--retry 3'],
stdout=PIPE, stderr=STDOUT, bufsize=1)
with proc.stdout:
for line in iter(proc.stdout.readline, b''):