]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tests: always enable VERBOSE output, now that test framework works better
authorJim Meyering <meyering@redhat.com>
Sat, 12 Apr 2008 07:52:42 +0000 (09:52 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 12 Apr 2008 07:52:42 +0000 (09:52 +0200)
* cfg.mk: Set VERBOSE=yes.
* tests/check.mk: Likewise.

cfg.mk
tests/check.mk

diff --git a/cfg.mk b/cfg.mk
index 49c2c4847735e98db4f0688994fe46e304f35419..61c3bc516f26505ac6a3b09acf6274605485372c 100644 (file)
--- 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
index 8caf29d05715fa599d0ab2af2200e84d25ea08e3..3d4ff3b4c1f55e59c80cb8842833b6a187bf0630 100644 (file)
@@ -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