Commit 6d694550 authored by Priscila Manhaes's avatar Priscila Manhaes

refactor to show problem when build breaks

parent 5575e333
......@@ -191,6 +191,7 @@ branch = %(branch)s
stdout=stdout, stderr=stderr
)
if status_dict['status_code'] != 0:
print status_dict['stderr']
break
if status_dict['status_code'] != 0:
safeRpcCall(master.reportTaskFailure,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment