Skip to content
Snippets Groups Projects
Commit 60520248 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Integrated fuzzy compore in test evaluation.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7699 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent a2d9b9f8
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ if ! test -r "$TEST_RESULT"; then ...@@ -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."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment