Skip to content

Commit b8da610

Browse files
committed
Tools - build_release - return 1 if any build fails
1 parent f7115d3 commit b8da610

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workspace_tools/build_release.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,4 @@
126126
if failures:
127127
print "\n\nBuild failures:"
128128
print "\n".join([" * %s" % f for f in failures])
129+
sys.exit(1)

0 commit comments

Comments
 (0)