diff options
| author | David Bremner <david@tethera.net> | 2022-04-13 08:15:10 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-04-13 08:15:10 -0300 |
| commit | b3e208aa14854bfd96da5438bc20ae6177461869 (patch) | |
| tree | cac2ef7af46a1c2e01e4fba894f445c096e7b655 /debian/rules | |
| parent | 8723e707c15f7b435f07f5d5ea693496bb9769bb (diff) | |
debian: don't skip test smime.4
The test is fixed now.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 0210dc32..f9196b82 100755 --- a/debian/rules +++ b/debian/rules @@ -15,9 +15,6 @@ override_dh_auto_configure: --zshcompletiondir=/usr/share/zsh/vendor-completions \ --localstatedir=/var -override_dh_auto_test: - NOTMUCH_SKIP_TESTS=smime.4 dh_auto_test -- V=1 - override_dh_auto_build: dh_auto_build -- V=1 all sphinx-html PYBUILD_NAME=notmuch dh_auto_build --buildsystem=pybuild --sourcedirectory bindings/python |
