Rename restart case to ${CASE}_RESTART

This commit is contained in:
Joakim Hove
2021-11-14 08:25:07 +01:00
parent b28c3abbc5
commit ccb708e716
2 changed files with 5 additions and 5 deletions

View File

@@ -200,7 +200,7 @@ do
copyToReferenceDir \
$BUILD_DIR/tests/results/$binary+$test_name/restart/ \
$OPM_TESTS_ROOT/$dirname/opm-simulation-reference/$binary/restart \
$casename \
${casename}_RESTART \
EGRID INIT RFT SMSPEC UNRST UNSMRY
test $? -eq 0 && changed_tests="$changed_tests $test_name(restart)"
fi