From 250b3d4f805404a44dfb29a18ca7c299eb4ff8be Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Sun, 4 Dec 2005 10:37:27 +0000 Subject: [PATCH] output name of comparison file git-svn-id: https://svn.dealii.org/trunk@11812 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile.rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ; \ -- 2.39.5