mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 12:28:09 +01:00
debian: run tests in verbose mode
A hopefully temporary change to try and debug some test failures on autobuilders.
This commit is contained in:
parent
02a7b026d9
commit
19590605ea
1 changed files with 3 additions and 0 deletions
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue