runTest.sh: fixed small but crucial typo

This commit is contained in:
Bernd Flemisch 2012-02-07 19:56:06 +00:00 committed by Andreas Lauser
parent e15802f2f7
commit 106f6ee842

View File

@ -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