Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions regressionTests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -238,14 +238,16 @@ add_test_compareECLFiles(CASENAME aquflux_01
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
DIR aquifers --solver-max-time-step-in-days=1)
DIR aquifers
TEST_ARGS --solver-max-time-step-in-days=1)

add_test_compareECLFiles(CASENAME aquflux_02
FILENAME AQUFLUX-02
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
DIR aquifers --solver-max-time-step-in-days=1)
DIR aquifers
TEST_ARGS --solver-max-time-step-in-days=1)

add_test_compareECLFiles(CASENAME spe3
FILENAME SPE3CASE1
Expand Down
2 changes: 1 addition & 1 deletion tests/update_reference_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ else
fi
if [ -n "$CONVERT_ECL" ]
then
for dep in opm-common opm-grid opm-models
for dep in opm-common opm-grid
do
pushd $WORKSPACE/deps/$dep > /dev/null
name=`printf "%-14s" $dep`
Expand Down