debian: re-enable tests

Now that we have Tomi's fix to set TERM for dtach, it should be safe to
run the tests on the autobuilders.
This commit is contained in:
David Bremner 2013-01-24 07:13:16 -04:00
parent d273ed6cf1
commit 2ad8b48933

3
debian/rules vendored
View file

@ -8,9 +8,6 @@ python3_all = py3versions -s | xargs -n1 | xargs -t -I {} env {}
override_dh_auto_configure: override_dh_auto_configure:
dh_auto_configure -- --emacslispdir=/usr/share/emacs/site-lisp/notmuch dh_auto_configure -- --emacslispdir=/usr/share/emacs/site-lisp/notmuch
override_dh_auto_test:
echo tests disabled.
override_dh_auto_build: override_dh_auto_build:
dh_auto_build dh_auto_build
dh_auto_build --sourcedirectory bindings/python dh_auto_build --sourcedirectory bindings/python