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/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/rules') 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