From: Wolfgang Bangerth Date: Wed, 7 Dec 2005 17:21:21 +0000 (+0000) Subject: Really add the space Guido wants. X-Git-Tag: v8.0.0~12800 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=253d4aca9f0580b46bf8708d7417874bcdee9959;p=dealii.git Really add the space Guido wants. git-svn-id: https://svn.dealii.org/trunk@11836 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile.rules b/tests/Makefile.rules index 1b5147da7c..a5b477868b 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -136,9 +136,9 @@ endif report: @for test in $(sort $(tests)) ; do \ if (($(MAKE) $$test/OK stop_on_error=on 2>&1) > /dev/null); then \ - echo `date -u +"%Y-%m-%d %H:%M"` + $(WORKDIR)/$$test ; \ + echo `date -u +"%Y-%m-%d %H:%M"` " + $(WORKDIR)/$$test" ; \ else \ - echo `date -u +"%Y-%m-%d %H:%M"` - $(WORKDIR)/$$test ; \ + echo `date -u +"%Y-%m-%d %H:%M"` " - $(WORKDIR)/$$test" ; \ fi ; \ done