aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2018-06-03 17:19:42 -0700
committerRuss Allbery <eagle@eyrie.org>2018-06-03 17:19:42 -0700
commitccca962835b7be61baf1a06c547f607ea4973e07 (patch)
treef770f6adb0c2368d8e4ed5ee6070fbfee82251ec
parent3c4cb8d0e98b8db0b7420af2516249c882a598ec (diff)
Set C_TAP_VERBOSE for better test output
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules3
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 $@