summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-04-12 09:52:42 +0200
committerJim Meyering <meyering@redhat.com>2008-04-12 09:52:42 +0200
commit051c345f178b37cee9567b3e5926a66d615d61b4 (patch)
tree1b9fd620947710eb052c6602f7ddf040f4264ae1 /cfg.mk
parenta899840bcce94cf5976876bf194e6b24d891316d (diff)
downloadcoreutils-051c345f178b37cee9567b3e5926a66d615d61b4.tar.xz
tests: always enable VERBOSE output, now that test framework works better
* cfg.mk: Set VERBOSE=yes. * tests/check.mk: Likewise.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index 49c2c4847..61c3bc516 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