From: Guido Kanschat Date: Sun, 11 Dec 2005 16:54:25 +0000 (+0000) Subject: and schift 0 to the left X-Git-Tag: v8.0.0~12785 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0f73500e47de66924162c9b8e8f67dfb897f5ef;p=dealii.git and schift 0 to the left git-svn-id: https://svn.dealii.org/trunk@11857 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile.rules b/tests/Makefile.rules index de33740b7a..2184d6c0f5 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -138,7 +138,7 @@ report: if (($(MAKE) $$test/OK stop_on_error=on 2>&1) > /dev/null); then \ echo `date -u +"%Y-%m-%d %H:%M"` " + $(WORKDIR)/$$test" ; \ else \ - echo `date -u +"%Y-%m-%d %H:%M"` " 0 $(WORKDIR)/$$test" ; \ + echo `date -u +"%Y-%m-%d %H:%M"` " 0 $(WORKDIR)/$$test" ; \ fi ; \ done