From ccca962835b7be61baf1a06c547f607ea4973e07 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 3 Jun 2018 17:19:42 -0700 Subject: Set C_TAP_VERBOSE for better test output --- debian/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index ec411a2..ff67c9d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ wallet (1.4-1) UNRELEASED; urgency=medium - Use https URL for debian/copyright Format field. - Change Priority: extra to optional since extra has been retired. * Set Rules-Requires-Root: no. + * Set C_TAP_VERBOSE for better test output. * Bump watch file version to 4 and use an https URL. * Add upstream-vcs-tag pattern to debian/gbp.conf. * Refresh upstream signing key. diff --git a/debian/rules b/debian/rules index 4d4380a..514fdb5 100755 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,9 @@ export WALLET_PERL_FLAGS := --installdirs vendor --create_packlist 0 # Enable some additional Perl tests. export AUTOMATED_TESTING = 1 +# Tell C TAP Harness to report the verbose output from all tests. +export C_TAP_VERBOSE = 1 + %: dh $@ -- cgit v1.2.3