From: Matthias Maier Date: Mon, 30 Mar 2015 23:29:48 +0000 (+0200) Subject: Testsuite: Bugfix: Use correct parameter in run_test.sh X-Git-Tag: v8.3.0-rc1~337^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F713%2Fhead;p=dealii.git Testsuite: Bugfix: Use correct parameter in run_test.sh --- diff --git a/cmake/scripts/run_test.sh b/cmake/scripts/run_test.sh index ede78ce8b9..935204329d 100644 --- a/cmake/scripts/run_test.sh +++ b/cmake/scripts/run_test.sh @@ -28,7 +28,7 @@ set -u STAGE="$1" TEST_FULL="$2" RUN_COMMAND="$3" -NUMDIFF_EXECUTABLE="$5" +NUMDIFF_EXECUTABLE="$4" DIFF_EXECUTABLE="$5" COMPARISON_FILE="$6"