]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Explicitly state source and result files for failing diffs so that it
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 15 Oct 2013 18:19:12 +0000 (18:19 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 15 Oct 2013 18:19:12 +0000 (18:19 +0000)
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

index a6988695aa205a15f311642e180206b76c3a83bb..d72051027c087a408df0fad3b524a1e28a96ec8e 100644 (file)
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.