mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
changed: adjust to compareSummary being part of compareECL
This commit is contained in:
@@ -12,10 +12,9 @@ BINPATH="$3"
|
||||
FILENAME="$4"
|
||||
ABS_TOL="$5"
|
||||
REL_TOL="$6"
|
||||
COMPARE_SUMMARY_COMMAND="$7"
|
||||
COMPARE_ECL_COMMAND="$8"
|
||||
EXE_NAME="${9}"
|
||||
shift 9
|
||||
COMPARE_ECL_COMMAND="$7"
|
||||
EXE_NAME="${8}"
|
||||
shift 8
|
||||
TEST_ARGS="$@"
|
||||
|
||||
rm -Rf ${RESULT_PATH}
|
||||
|
||||
Reference in New Issue
Block a user