From d6d0b9a93b51a5b9217d849b62461157083d563c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 8 Oct 2005 05:45:18 +0000 Subject: [PATCH] Hide the actual command. git-svn-id: https://svn.dealii.org/trunk@11574 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.39.5