mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-22 09:16:27 -06:00
Merge pull request #5639 from akva2/fix_missing_test_args
fixed: missing TEST_ARGS in test specifications
This commit is contained in:
commit
836e71cca0
@ -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
|
||||
|
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user