Merge pull request #2872 from akva2/janitoring

fix typo
This commit is contained in:
Bård Skaflestad 2020-10-23 13:54:44 +02:00 committed by GitHub
commit ad1406869d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ then
ignore_extra_kw="-x" ignore_extra_kw="-x"
fi 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} ${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 ] if [ $? -ne 0 ]
then then