From: wolf Date: Thu, 19 Sep 2002 13:53:47 +0000 (+0000) Subject: suppress output X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47f3e8ee368bc2a7023f5f49e92f5bbf9efcdf4e;p=dealii-svn.git suppress output git-svn-id: https://svn.dealii.org/trunk@6480 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 ; \