[master] 8d5b148 Reduce noise when running the test suite
Dridi Boukelmoune
dridi.boukelmoune at gmail.com
Wed Jun 7 16:47:05 CEST 2017
commit 8d5b1483bbe936c10075efa7b4671caff4b50e15
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date: Wed Jun 7 16:45:04 2017 +0200
Reduce noise when running the test suite
diff --git a/bin/varnishtest/Makefile.am b/bin/varnishtest/Makefile.am
index 3710cf9..5ffbf79 100644
--- a/bin/varnishtest/Makefile.am
+++ b/bin/varnishtest/Makefile.am
@@ -9,7 +9,7 @@ check: check-am check-local
check-am: check-local
# See if list of checks have changed, recheck
check-local:
- mkdir -p tests ; \
+ @mkdir -p tests ; \
LC_ALL=C; \
if [ "$$(cd $(srcdir) && echo tests/*.vtc)" != "@VTC_TESTS@" ]; then \
cd $(top_builddir) && ./config.status --recheck ; \
More information about the varnish-commit
mailing list