From 47f3e8ee368bc2a7023f5f49e92f5bbf9efcdf4e Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 19 Sep 2002 13:53:47 +0000 Subject: [PATCH] suppress output git-svn-id: https://svn.dealii.org/trunk@6480 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index 5e48b3fd47..bdc876c1e6 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -21,9 +21,9 @@ report: echo =======Report: $$i ======= ; \ cd $$i ; $(MAKE) report ; cd .. ; \ done - echo =======Report: all-headers ======= + @echo =======Report: all-headers ======= @today=`date -u +"%Y-%m-%d %H:%M"` ; \ - if $(MAKE) all-headers ; then \ + if (($(MAKE) all-headers 2>&1) > /dev/null) ; then \ echo $$today + all-headers ; \ else \ echo $$today - all-headers ; \ -- 2.39.5