automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {maint} parallel-tests: silence an overly verbose recipe


From: Stefano Lattarini
Subject: [FYI] {maint} parallel-tests: silence an overly verbose recipe
Date: Sun, 1 Jul 2012 00:23:46 +0200

*  lib/am/check.am (check-TESTS): Here, the part of the recipe
removing the stale '.log' and '.trs' files.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 lib/am/check.am |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/am/check.am b/lib/am/check.am
index 16bde36..19a803f 100644
--- a/lib/am/check.am
+++ b/lib/am/check.am
@@ -397,8 +397,8 @@ RECHECK_LOGS = $(TEST_LOGS)
 ## ------------------------------------------ ##
 
 check-TESTS:
-       list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
-       list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
+       @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
+       @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
 ## We always have to remove $(TEST_SUITE_LOG), to ensure its rule is run
 ## in any case even in lazy mode: otherwise, if no test needs rerunning,
 ## or a prior run plus reruns all happen within the same timestamp (can
-- 
1.7.9.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]