move spe5 test to flow

This commit is contained in:
Arne Morten Kvarving
2017-11-10 14:32:27 +01:00
parent 55538f23c4
commit c0a1c7fffb
2 changed files with 3 additions and 4 deletions

View File

@@ -112,8 +112,8 @@ for test_name in ${tests}; do
if grep -q "spe5" <<< $test_name
then
copyToReferenceDir \
$configuration/build-opm-simulators/tests/results/flow_solvent+spe5/ \
$OPM_DATA_ROOT/spe5/opm-simulation-reference/flow_solvent \
$configuration/build-opm-simulators/tests/results/flow+spe5/ \
$OPM_DATA_ROOT/spe5/opm-simulation-reference/flow \
SPE5CASE1 \
EGRID INIT SMSPEC UNRST UNSMRY
fi