Adding a proper exit return code on a toolchain failure

Brian Daniels 2016-04-12 18:32:33 -05:00
parent 7996649d96
commit 5b36a4cfd0
1 changed files with 2 additions and 0 deletions

View File

@ -291,3 +291,5 @@ if __name__ == '__main__':
traceback.print_exc(file=sys.stdout)
else:
print "[ERROR] %s" % str(e)
sys.exit(1)