From 19590605eaa60f9f4b59f4de10d533e4eb39293a Mon Sep 17 00:00:00 2001 From: David Bremner Date: Mon, 9 Nov 2020 08:44:41 -0400 Subject: [PATCH] debian: run tests in verbose mode A hopefully temporary change to try and debug some test failures on autobuilders. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.43.0