aboutsummaryrefslogtreecommitdiffstats
path: root/run_test_deliverable.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run_test_deliverable.sh')
-rwxr-xr-xrun_test_deliverable.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/run_test_deliverable.sh b/run_test_deliverable.sh
index 74a285d..2fb3f89 100755
--- a/run_test_deliverable.sh
+++ b/run_test_deliverable.sh
@@ -37,8 +37,8 @@ for DRIVER in test_deliverable/testcases/*_driver.c ; do
# Compile test function with compiler under test to assembly
cat $TESTCODE | $COMPILER > working/$NAME.s 2> working/${NAME}.compile.stderr
if [[ $? -ne 0 ]]; then
- printf "\e[1;31mError\e[0m : Compiler returned error message.\n"
- continue
+ printf "\e[1;31mError\e[0m : Compiler returned error message.\n"
+ continue
fi
# Link driver object and assembly into executable