From: David Bremner Date: Mon, 9 Nov 2020 12:44:41 +0000 (-0400) Subject: debian: run tests in verbose mode X-Git-Tag: archive/debian/0.31.2-2~1 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=19590605eaa60f9f4b59f4de10d533e4eb39293a debian: run tests in verbose mode A hopefully temporary change to try and debug some test failures on autobuilders. --- 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