mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 12:28:09 +01:00
debian: disable running tests.
Hopefully this is temporary, but I don't want to rush a fix for the tests.
This commit is contained in:
parent
df9f50185c
commit
cbaacad316
2 changed files with 10 additions and 0 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,3 +1,10 @@
|
|||
notmuch (0.15-2) experimental; urgency=low
|
||||
|
||||
* Disable tests until a proper fix for running tests without a
|
||||
proper TERM value is developed (again).
|
||||
|
||||
-- David Bremner <bremner@debian.org> Sun, 20 Jan 2013 18:36:16 -0400
|
||||
|
||||
notmuch (0.15-1) experimental; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
|
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -8,6 +8,9 @@ python3_all = py3versions -s | xargs -n1 | xargs -t -I {} env {}
|
|||
override_dh_auto_configure:
|
||||
dh_auto_configure -- --emacslispdir=/usr/share/emacs/site-lisp/notmuch
|
||||
|
||||
override_dh_auto_test:
|
||||
echo tests disabled.
|
||||
|
||||
override_dh_auto_build:
|
||||
dh_auto_build
|
||||
dh_auto_build --sourcedirectory bindings/python
|
||||
|
|
Loading…
Reference in a new issue