summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2020-11-09 08:44:41 -0400
committerDavid Bremner <david@tethera.net>2020-11-09 08:44:41 -0400
commit19590605eaa60f9f4b59f4de10d533e4eb39293a (patch)
tree984da5bff889d3585cda460ff761442fe577eae1
parent02a7b026d938f53d9fd9b183ca2b3c44c92489f2 (diff)
debian: run tests in verbose mode
A hopefully temporary change to try and debug some test failures on autobuilders.
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 8de49d0f..fa0551a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,9 @@ override_dh_auto_configure:
--zshcompletiondir=/usr/share/zsh/vendor-completions \
--localstatedir=/var
+override_dh_auto_test:
+ dh_auto_test -- V=1
+
override_dh_auto_build:
dh_auto_build -- V=1
PYBUILD_NAME=notmuch dh_auto_build --buildsystem=pybuild --sourcedirectory bindings/python