diff options
author | Jim Meyering <meyering@redhat.com> | 2008-04-12 09:52:42 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-04-12 09:52:42 +0200 |
commit | 051c345f178b37cee9567b3e5926a66d615d61b4 (patch) | |
tree | 1b9fd620947710eb052c6602f7ddf040f4264ae1 /tests/check.mk | |
parent | a899840bcce94cf5976876bf194e6b24d891316d (diff) | |
download | coreutils-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 'tests/check.mk')
-rw-r--r-- | tests/check.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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 |