Add RESTART_SCHED argument to test registration

This commit is contained in:
Joakim Hove
2021-10-12 17:21:40 +02:00
parent cc1adf0b2a
commit 9b0b4f42a0
4 changed files with 25 additions and 11 deletions
+3 -3
View File
@@ -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}