The following commit has been merged in the master branch:
commit 702c6cd240f6c4829217812bb2eb959cbf133af2
Author: Guillem Jover <[email protected]>
Date: Wed Apr 17 21:36:36 2013 +0200
build: Set a default TEST_VERBOSE to 0
diff --git a/Makecheck.am b/Makecheck.am
index 6f2d2e7..95e3b2e 100644
--- a/Makecheck.am
+++ b/Makecheck.am
@@ -1,12 +1,14 @@
# Variables to be defined:
#
-# TEST_VERBOSE - set to 0 or 1 to control test suite verbosity
+# TEST_VERBOSE - set to 0 (default) or 1 to control test suite verbosity
# TEST_ENV_VARS - environment variables to be set for the test suite
# TEST_COVERAGE - set to the perl module in charge of getting test coverage
# test_tmpdir - test suite temporary directory
# test_cases - list of test case files
# test_data - list of test data files
+TEST_VERBOSE ?= 0
+
check-clean:
rm -fr $(test_tmpdir)
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 363eaf3..7a01c8c 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -172,7 +172,6 @@ coverage: check
coverage-clean:
rm -rf cover_db
-TEST_VERBOSE= 0
TEST_ENV_VARS = \
DPKG_DATADIR=$(srcdir)/.. \
DPKG_ORIGINS_DIR=$(srcdir)/t/origins
diff --git a/src/Makefile.am b/src/Makefile.am
index 5f5134a..2949d7a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -86,8 +86,6 @@ install-data-local:
$(MKDIR_P) $(DESTDIR)$(admindir)/info
$(MKDIR_P) $(DESTDIR)$(admindir)/updates
-TEST_VERBOSE = 0
-
test_tmpdir = t.tmp
test_cases = \
diff --git a/utils/Makefile.am b/utils/Makefile.am
index 8a743d9..2ba090b 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -66,7 +66,6 @@ if BUILD_INSTALL_INFO
rm -f $(DESTDIR)$(sbindir)/install-info
endif
-TEST_VERBOSE = 0
TEST_ENV_VARS = DPKG_DATADIR=$(top_srcdir)
test_tmpdir = t.tmp
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]