From: Jim Meyering Date: Sat, 12 Apr 2008 07:52:42 +0000 (+0200) Subject: tests: always enable VERBOSE output, now that test framework works better X-Git-Tag: v6.11~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=051c345f178b37cee9567b3e5926a66d615d61b4;p=thirdparty%2Fcoreutils.git tests: always enable VERBOSE output, now that test framework works better * cfg.mk: Set VERBOSE=yes. * tests/check.mk: Likewise. --- diff --git a/cfg.mk b/cfg.mk index 49c2c48477..61c3bc516f 100644 --- a/cfg.mk +++ b/cfg.mk @@ -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 8caf29d057..3d4ff3b4c1 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