From 22fe5b39707c66daca5872df76ee36d8b1828106 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 29 Jan 2010 17:05:57 +0000 Subject: [PATCH] Ignore errors when making nofail as part of report. git-svn-id: https://svn.dealii.org/trunk@20475 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 .. ; \ -- 2.39.5