mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
commit
75fb679f2c
@ -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'`
|
||||
|
Loading…
Reference in New Issue
Block a user