From c1f74defe98c916381361b4c9abda98918c41e54 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 15 Oct 2013 18:19:12 +0000 Subject: [PATCH] Explicitly state source and result files for failing diffs so that it is easier to find the right files when trying to update tests. git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31242 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/cmake/macros/macro_add_test.cmake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deal.II/cmake/macros/macro_add_test.cmake b/deal.II/cmake/macros/macro_add_test.cmake index a6988695aa..d72051027c 100644 --- a/deal.II/cmake/macros/macro_add_test.cmake +++ b/deal.II/cmake/macros/macro_add_test.cmake @@ -152,7 +152,9 @@ MACRO(DEAL_II_ADD_TEST _category _test_name _comparison_file _n_cpu) ${_test_directory}/failing_diff && echo "${_test_full}: BUILD successful." && echo "${_test_full}: RUN successful." - && echo "${_test_full}: DIFF failed. Output:" + && echo "${_test_full}: DIFF failed. ------ Source: ${_comparison_file}" + && echo "${_test_full}: DIFF failed. ------ Result: ${_test_directory}/output" + && echo "${_test_full}: DIFF failed. ------ Diffs as follows:" && cat ${_test_directory}/failing_diff && exit 1) WORKING_DIRECTORY -- 2.39.5