Skip to content

Commit 5b36a4c

Browse files
committed
Adding a proper exit return code on a toolchain failure
1 parent 7996649 commit 5b36a4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/make.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,3 +291,5 @@
291291
traceback.print_exc(file=sys.stdout)
292292
else:
293293
print "[ERROR] %s" % str(e)
294+
295+
sys.exit(1)

0 commit comments

Comments
 (0)