Skip to content

Commit 313e9cc

Browse files
vladakVladimir Kotal
authored andcommitted
fix error propagation
1 parent 357b8b7 commit 313e9cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/sync/sync.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,10 @@ def worker(base):
192192
sys.exit(1)
193193
else:
194194
for proj in projects:
195+
logger.debug("Checking results of project {}".
196+
format(proj))
195197
cmds = Commands(proj)
198+
cmds.fill(proj.retcodes, proj.outputs, proj.failed)
196199
cmds.check(ignore_errors)
197200
except Timeout:
198201
logger.warning("Already running, exiting.")

0 commit comments

Comments
 (0)