changed back to the correct behavior in runTest.sh. Actually the default return value of startWithParameters was wrong

This commit is contained in:
Bernd Flemisch 2012-02-07 21:08:30 +00:00 committed by Andreas Lauser
parent 106f6ee842
commit d3f2bdb3e6

View File

@ -46,7 +46,7 @@ fi
echo "######################" echo "######################"
echo "# Running test" echo "# Running test"
echo "######################" echo "######################"
if "$TEST_BINARY" $TEST_ARGS; then if ! "$TEST_BINARY" $TEST_ARGS; then
echo "Executing the binary failed!" echo "Executing the binary failed!"
exit 1 exit 1
fi fi