From: Timo Heister Date: Thu, 17 Jul 2014 15:18:12 +0000 (+0000) Subject: testsuite: also log the two filenames in diff in one line for scripting reasons X-Git-Tag: v8.2.0-rc1~283 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adecbbcc2489871c4fea3f078fd173dbe2815471;p=dealii.git testsuite: also log the two filenames in diff in one line for scripting reasons git-svn-id: https://svn.dealii.org/trunk@33190 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/macros/macro_add_test.cmake b/deal.II/cmake/macros/macro_add_test.cmake index bf41cec0bd..242f295f9b 100644 --- a/deal.II/cmake/macros/macro_add_test.cmake +++ b/deal.II/cmake/macros/macro_add_test.cmake @@ -218,6 +218,7 @@ MACRO(DEAL_II_ADD_TEST _category _test_name _comparison_file) && echo "${_test_full}: RUN successful." && echo "${_test_full}: DIFF failed. ------ Source: ${_comparison_file}" && echo "${_test_full}: DIFF failed. ------ Result: ${_test_directory}/output" + && echo "Check ${_comparison_file} ${_test_directory}/output" && echo "${_test_full}: DIFF failed. ------ Diff: ${_test_directory}/failing_diff" && echo "${_test_full}: DIFF failed. ------ First 8 lines of numdiff/diff output:" && cat ${_test_directory}/failing_diff | head -n 8