From 60520248d68de41ad8431d1d16e6e15b17714fb4 Mon Sep 17 00:00:00 2001 From: Christoph Grueninger <christoph.grueninger@iws.uni-stuttgart.de> Date: Thu, 9 Feb 2012 16:12:54 +0000 Subject: [PATCH] Integrated fuzzy compore in test evaluation. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7699 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- bin/runTest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/runTest.sh b/bin/runTest.sh index d1d7e403bb..d08a661d73 100755 --- a/bin/runTest.sh +++ b/bin/runTest.sh @@ -60,7 +60,7 @@ if ! test -r "$TEST_RESULT"; then exit 1 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 "Make sure the contents of \"$TEST_RESULT\" are still valid and " echo "make it the reference result if necessary." -- GitLab