diff --git a/bin/runTest.sh b/bin/runTest.sh index d1d7e403bb2bf54ef9661d956c74b361a6a501b5..deb9f9c5aad4e1fceeb136ccc2229bcdee7ae745 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