mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
Wait for puppet checks to finish in lint-all
(imported from commit 760c49622e5f33e12551f24128e1df54a9ae8848)
This commit is contained in:
@@ -192,6 +192,10 @@ try:
|
|||||||
if status != 0:
|
if status != 0:
|
||||||
failed = True
|
failed = True
|
||||||
|
|
||||||
|
(_, status) = os.waitpid(puppet_pid, 0)
|
||||||
|
if status != 0:
|
||||||
|
failed = True
|
||||||
|
|
||||||
sys.exit(1 if failed else 0)
|
sys.exit(1 if failed else 0)
|
||||||
|
|
||||||
finally:
|
finally:
|
||||||
|
|||||||
Reference in New Issue
Block a user