From: Guido Kanschat Date: Tue, 6 Dec 2005 13:31:35 +0000 (+0000) Subject: Allow a little more space X-Git-Tag: v8.0.0~12802 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=555dae2eac10413cb0e13c229c9b8ad872e664a2;p=dealii.git Allow a little more space git-svn-id: https://svn.dealii.org/trunk@11834 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile.rules b/tests/Makefile.rules index 155e584fe1..1b5147da7c 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