mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
Add RESTART_SCHED argument to test registration
This commit is contained in:
@@ -13,9 +13,9 @@ FILENAME="$4"
|
||||
ABS_TOL="$5"
|
||||
REL_TOL="$6"
|
||||
COMPARE_ECL_COMMAND="$7"
|
||||
# param 8 and 9 ignored, only used with regression tests
|
||||
EXE_NAME="${10}"
|
||||
shift 10
|
||||
# param 8, 9 and 10 ignored, only used with regression tests
|
||||
EXE_NAME="${11}"
|
||||
shift 11
|
||||
TEST_ARGS="$@"
|
||||
|
||||
rm -Rf ${RESULT_PATH}
|
||||
|
||||
Reference in New Issue
Block a user