This commit is contained in:
Arne Morten Kvarving 2020-10-23 12:34:03 +02:00
parent d69d0e95e7
commit 246344fb8f

View File

@ -29,7 +29,7 @@ then
ignore_extra_kw="-x"
fi
echo "=== Executing comparison for EGRID, INIT, UNRST and RFT files if these exists in refrece folder ==="
echo "=== Executing comparison for EGRID, INIT, UNRST and RFT files if these exists in reference folder ==="
${COMPARE_ECL_COMMAND} ${ignore_extra_kw} ${INPUT_DATA_PATH}/opm-simulation-reference/${EXE_NAME}/${FILENAME} ${RESULT_PATH}/${FILENAME} ${ABS_TOL} ${REL_TOL}
if [ $? -ne 0 ]
then