summaryrefslogtreecommitdiff
path: root/tools/asm_processor
diff options
context:
space:
mode:
authorEthan Roseman <ethteck@gmail.com>2020-03-20 00:33:07 -0400
committerEthan Roseman <ethteck@gmail.com>2020-03-20 00:33:07 -0400
commit1d7a2ff18d9745f16f34577054a244016fe4dd96 (patch)
treeda4f4f4997c94a8b8eb392220430e433db2eff91 /tools/asm_processor
parent9f434ad7334dccd41f3c3a174d04611296bc354a (diff)
Fixing build to successfully stop on failure
Diffstat (limited to 'tools/asm_processor')
-rw-r--r--tools/asm_processor/build.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/asm_processor/build.py b/tools/asm_processor/build.py
index b30f80104..2c760dcf2 100644
--- a/tools/asm_processor/build.py
+++ b/tools/asm_processor/build.py
@@ -43,6 +43,7 @@ try:
print()
print(' '.join(shlex.quote(x) for x in compile_cmdline))
print()
+ sys.exit(55)
# To keep the preprocessed file:
# os._exit(1)