diff options
author | Russ Allbery <eagle@eyrie.org> | 2018-06-03 17:19:42 -0700 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2018-06-03 17:19:42 -0700 |
commit | ccca962835b7be61baf1a06c547f607ea4973e07 (patch) | |
tree | f770f6adb0c2368d8e4ed5ee6070fbfee82251ec /debian/rules | |
parent | 3c4cb8d0e98b8db0b7420af2516249c882a598ec (diff) |
Set C_TAP_VERBOSE for better test output
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
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 $@ |