add proper exit code when build is failing

This commit is contained in:
bux578 2016-02-16 13:44:43 +01:00
parent 245a9d43d1
commit 8ec7063206

View File

@ -1424,6 +1424,7 @@ See the make.cfg file for additional build options.
for failedModuleName in namesOfBuildsFailed:
print("- {} failed.".format(failedModuleName))
sys.exit(1)
else:
print_green("\Completed with 0 errors.")