mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 17:10:48 +01:00
Merge branch 'master' of git@github.com:mongodb/mongo
This commit is contained in:
commit
2785a5889b
@ -144,7 +144,7 @@ def wait(procs, winfh, losefh, winners, losers):
|
|||||||
# emit a blank line, so that the buildbot doesn't kill us off
|
# emit a blank line, so that the buildbot doesn't kill us off
|
||||||
# while waiting for output.
|
# while waiting for output.
|
||||||
sys.stdout.write('.')
|
sys.stdout.write('.')
|
||||||
sys.stdout.flush
|
sys.stdout.flush()
|
||||||
try:
|
try:
|
||||||
(pid, stat) = os.wait()
|
(pid, stat) = os.wait()
|
||||||
except OSError, err:
|
except OSError, err:
|
||||||
|
Loading…
Reference in New Issue
Block a user