From cae005f28d8533aeb76ccb18601158ea959bc807 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 1 Sep 2017 18:29:49 -0400 Subject: [PATCH] * test/Makefile.in (check-no-automated-subdir): Silence by default. --- test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.in b/test/Makefile.in index 0c3d3601d74..d4395e69bb8 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -220,7 +220,7 @@ endif ## the tests were arranged differently. .PHONY: check-no-automated-subdir check-no-automated-subdir: - test ! -d $(srcdir)/automated + ${AM_V_at}test ! -d $(srcdir)/automated ## Rerun all default tests. check: mostlyclean check-no-automated-subdir -- 2.39.2