mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
More output
This commit is contained in:
parent
06874de903
commit
b645834600
1 changed files with 1 additions and 5 deletions
|
|
@ -552,15 +552,11 @@ def main():
|
|||
# add SENTINELs to end client processes
|
||||
for i in range(num_processes):
|
||||
inqueue.put(SENTINEL)
|
||||
print('Waiting on client processes', end='')
|
||||
sys.stdout.flush()
|
||||
for p in jobs:
|
||||
while p.is_alive():
|
||||
p.join(5 * 60)
|
||||
# Regularly print output to keep Travis happy
|
||||
print('.', end='')
|
||||
subprocess.check_call(['ls', '-al', LOGDIR])
|
||||
sys.stdout.flush()
|
||||
print()
|
||||
# add SENTINEL to output queue
|
||||
outqueue.put(SENTINEL)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue