Update Data: Make Protocol Aware of RFT Files

If a simulation run intentionally changes an RFT file, then that
change should be reflected in the new reference data.
This commit is contained in:
Bård Skaflestad 2019-05-15 10:24:13 +02:00
parent 4e5aab5f14
commit c4134fba76

View File

@ -67,7 +67,7 @@ do
$configuration/build-opm-simulators/tests/results/$binary+$tname/ \
$OPM_TESTS_ROOT/$dirname/opm-simulation-reference/$binary \
$casename \
EGRID INIT SMSPEC UNRST UNSMRY
EGRID INIT RFT SMSPEC UNRST UNSMRY
test $? -eq 0 && changed_tests="$changed_tests $test_name"
done