mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-28 12:03:48 -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 "######################"
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user