0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 09:06:21 +01:00

Try #2 at making makealldists.py buildbot friendly.

This commit is contained in:
Richard Kreuter 2010-04-13 13:24:37 -04:00
parent b346c424be
commit 07335af80d

View File

@ -143,7 +143,8 @@ def lose(name, logfh, losefh):
def wait(procs, winfh, losefh, winners, losers):
# emit a blank line, so that the buildbot doesn't kill us off
# while waiting for output.
print ""
sys.stdout.write('.')
sys.stdout.flush
try:
(pid, stat) = os.wait()
except OSError, err: