mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-28 03:53:49 -06:00
changed back to the correct behavior in runTest.sh. Actually the default return value of startWithParameters was wrong
This commit is contained in:
parent
106f6ee842
commit
d3f2bdb3e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user