diff options
-rw-r--r-- | cfg.mk | 3 | ||||
-rw-r--r-- | tests/check.mk | 2 |
2 files changed, 5 insertions, 0 deletions
@@ -36,3 +36,6 @@ local-checks-to-skip = changelog-check strftime-check # The local directory containing the checked-out copy of gnulib used in this # release. Used solely to get gnulib's SHA1 for the "announcement" target. gnulib_dir = /gnulib + +# Now that we have better (check.mk) tests, make this the default. +export VERBOSE = yes diff --git a/tests/check.mk b/tests/check.mk index 8caf29d05..3d4ff3b4c 100644 --- a/tests/check.mk +++ b/tests/check.mk @@ -59,3 +59,5 @@ TEST_LOGS = $(TESTS:=.log) # Parallel replacement of Automake's check-TESTS target. include $(top_srcdir)/build-aux/check.mk + +VERBOSE = yes |