fixed: if not tests failed, do not proceed with update data procedure

This commit is contained in:
Arne Morten Kvarving
2019-12-20 12:32:26 +01:00
parent e340f25c42
commit df9977894e

View File

@@ -95,6 +95,8 @@ changed_tests=""
# Read failed tests
FAILED_TESTS=`cat $WORKSPACE/$configuration/build-opm-simulators/Testing/Temporary/LastTestsFailed*.log`
test -z "$FAILED_TESTS" && exit 5
for failed_test in $FAILED_TESTS
do
failed=`echo $failed_test | sed -e 's/.*:compareECLFiles_//g'`