From: bangerth Date: Fri, 29 Jan 2010 17:05:57 +0000 (+0000) Subject: Ignore errors when making nofail as part of report. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22fe5b39707c66daca5872df76ee36d8b1828106;p=dealii-svn.git Ignore errors when making nofail as part of report. git-svn-id: https://svn.dealii.org/trunk@20475 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile b/tests/Makefile index eba3137995..f5c607291e 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -31,14 +31,14 @@ do-%: report: - @$(MAKE) -k nofail + -@$(MAKE) -k nofail @for i in $(nofail-dirs) fail all-headers ; do \ echo =======Report: $$i ======= ; \ cd $$i ; $(MAKE) report ; cd .. ; \ done report+mail: - @$(MAKE) -k nofail + -@$(MAKE) -k nofail @for i in $(nofail-dirs) fail all-headers ; do \ echo =======Report: $$i ======= ; \ cd $$i ; $(MAKE) report+mail ; cd .. ; \