diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 4 insertions, 0 deletions
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 $@ |