From: Wolfgang Bangerth Date: Sat, 8 Oct 2005 05:45:18 +0000 (+0000) Subject: Hide the actual command. X-Git-Tag: v8.0.0~13029 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6d0b9a93b51a5b9217d849b62461157083d563c;p=dealii.git Hide the actual command. git-svn-id: https://svn.dealii.org/trunk@11574 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile.rules b/tests/Makefile.rules index 5e8f3fcf8b..51ab41675d 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -115,7 +115,7 @@ endif # anywhere anytime ############################################################ report: - for test in $(sort $(tests)) ; do \ + @for test in $(sort $(tests)) ; do \ if (($(MAKE) $$test.OK stop_on_error=on 2>&1) > /dev/null); then \ echo `date -u +"%Y-%m-%d %H:%M"` + $(WORKDIR)/$$test ; \ else \