diff --git a/bin/runTest.sh b/bin/runTest.sh index deb9f9c5a..d1d7e403b 100755 --- a/bin/runTest.sh +++ b/bin/runTest.sh @@ -46,7 +46,7 @@ fi echo "######################" echo "# Running test" echo "######################" -if "$TEST_BINARY" $TEST_ARGS; then +if ! "$TEST_BINARY" $TEST_ARGS; then echo "Executing the binary failed!" exit 1 fi