Skip to content

Commit 96a9bd7

Browse files
committed
Merge pull request #1033 from 0xc0170/fix_buildreleaseexit
Tools - build_release - return 1 if any build fails
2 parents f7115d3 + b8da610 commit 96a9bd7

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)