From: guido Date: Sun, 4 Dec 2005 10:37:27 +0000 (+0000) Subject: output name of comparison file X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e37fc9280167e91a6e1070db2fbf7d2599438f29;p=dealii-svn.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 ; \