From: Matthias Maier Date: Mon, 30 Mar 2015 23:06:43 +0000 (+0200) Subject: Testsuite: Fix a typo in run_test.sh X-Git-Tag: v8.3.0-rc1~337^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1f8503476a8a804f938eb31748f1698a414600e;p=dealii.git Testsuite: Fix a typo in run_test.sh --- diff --git a/cmake/scripts/run_test.sh b/cmake/scripts/run_test.sh index af073b6809..ede78ce8b9 100644 --- a/cmake/scripts/run_test.sh +++ b/cmake/scripts/run_test.sh @@ -77,7 +77,7 @@ diff() { esac if [ $? -ne 0 ]; then - mv diff /failing_diff + mv diff failing_diff echo "${TEST_FULL}: BUILD successful." echo "${TEST_FULL}: RUN successful." echo "${TEST_FULL}: DIFF failed. ------ Source: ${COMPARISON_FILE}"