Merge pull request #2251 from akva2/fix_no_data_to_update

fixed: if not tests failed, do not proceed with update data procedure
This commit is contained in:
Arne Morten Kvarving 2019-12-20 16:01:22 +01:00 committed by GitHub
commit 75fb679f2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'`