mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Integrated fuzzy compore in test evaluation.
This commit is contained in:
parent
68896a5214
commit
99f0352881
@ -60,7 +60,7 @@ if ! test -r "$TEST_RESULT"; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! diff --suppress-common-lines -y "$REFERENCE_RESULT" "$TEST_RESULT"; then
|
if ! python bin/fuzzycomparevtu.py "$REFERENCE_RESULT" "$TEST_RESULT"; then
|
||||||
echo "The files \"$TEST_RESULT\" and \"$REFERENCE_RESULT\" are different."
|
echo "The files \"$TEST_RESULT\" and \"$REFERENCE_RESULT\" are different."
|
||||||
echo "Make sure the contents of \"$TEST_RESULT\" are still valid and "
|
echo "Make sure the contents of \"$TEST_RESULT\" are still valid and "
|
||||||
echo "make it the reference result if necessary."
|
echo "make it the reference result if necessary."
|
||||||
|
Loading…
Reference in New Issue
Block a user