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:
parent
b346c424be
commit
07335af80d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user