aboutsummaryrefslogtreecommitdiffstats
path: root/run_test_deliverable.sh
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-03-26 03:03:48 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-03-26 03:03:48 +0100
commit19896f53d80deadcf09d3a1256524cc6f2e4adb6 (patch)
treebb3682e25e1f07b8c4790038403c0bd8d056e23d /run_test_deliverable.sh
parentd08786b22e454e177e0642b5f9e4b19a12a891b1 (diff)
downloadCompiler-19896f53d80deadcf09d3a1256524cc6f2e4adb6.tar.gz
Compiler-19896f53d80deadcf09d3a1256524cc6f2e4adb6.zip
normally other types should be working now
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