mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
add proper exit code when build is failing
This commit is contained in:
parent
245a9d43d1
commit
8ec7063206
@ -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.")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user