From: Guido Kanschat Date: Sun, 4 Dec 2005 10:37:27 +0000 (+0000) Subject: output name of comparison file X-Git-Tag: v8.0.0~12824 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=250b3d4f805404a44dfb29a18ca7c299eb4ff8be;p=dealii.git output name of comparison file git-svn-id: https://svn.dealii.org/trunk@11812 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile.rules b/tests/Makefile.rules index 8a9fb57103..5f8bb082fa 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -109,9 +109,9 @@ endif touch $@ ; \ else \ if test "x$(verbose)" = "xon" ; then \ - echo '+++++Error+++++++++' $@ ; \ + echo '+++++Error+++++++++' $@ " ($$testname/cmp/$$i)" ; \ else \ - echo '+++++Error+++++++++ $@. Use make verbose=on for the diffs' ; \ + echo '+++++Error+++++++++' $@ "($$testname/cmp/$$i) Use make verbose=on for the diffs" ; \ fi ; \ if test "x$(stop_on_error)" = "xon" ; then \ false ; \