]> git.notmuchmail.org Git - notmuch/commitdiff
debian: run tests in verbose mode
authorDavid Bremner <david@tethera.net>
Mon, 9 Nov 2020 12:44:41 +0000 (08:44 -0400)
committerDavid Bremner <david@tethera.net>
Mon, 9 Nov 2020 12:44:41 +0000 (08:44 -0400)
A hopefully temporary change to try and debug some test failures on
autobuilders.

debian/rules

index 8de49d0ff24343d177389a1783ccd60c6b72873a..fa0551a951906e686860d08a78c615f24af6e3b0 100755 (executable)
@@ -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