This commit is contained in:
Barrett Ruth 2025-08-17 13:00:50 -05:00
parent 78ead22797
commit 59d8a872b6
41 changed files with 1073 additions and 17 deletions

View file

@ -25,5 +25,5 @@ compile_source "$SRC" "$DBG_BIN" "$OUTPUT" @debug_flags.txt
CODE=$?
test $CODE -gt 0 && exit $CODE
execute_binary "$DBG_BIN" "$INPUT" "$OUTPUT"
execute_binary "$DBG_BIN" "$INPUT" "$OUTPUT" true
exit $?