From: Guido Kanschat Date: Sun, 11 Dec 2005 16:53:39 +0000 (+0000) Subject: indicate failure by 0 X-Git-Tag: v8.0.0~12786 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2682200809550af81148ef75a9cd5107d2eb873;p=dealii.git indicate failure by 0 git-svn-id: https://svn.dealii.org/trunk@11856 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile.rules b/tests/Makefile.rules index a5b477868b..de33740b7a 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"` " - $(WORKDIR)/$$test" ; \ + echo `date -u +"%Y-%m-%d %H:%M"` " 0 $(WORKDIR)/$$test" ; \ fi ; \ done