mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
debian: add autopkgtests
We generate output to stderr for BROKEN tests, which are not failures, so tell the test runner not to fail because of output on stderr.
This commit is contained in:
parent
ec26eeaeec
commit
08ca74d715
1 changed files with 17 additions and 0 deletions
17
debian/tests/control
vendored
Normal file
17
debian/tests/control
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
Test-command: env NOTMUCH_TEST_INSTALLED=1 TERM=dumb
|
||||
NOTMUCH_HAVE_MAN=1 NOTMUCH_HAVE_SFSEXP=1 NOTMUCH_HAVE_XAPIAN_DB_RETRY_LOCK=1
|
||||
NOTMUCH_HAVE_PYTHON3_CFFI=1 NOTMUCH_HAVE_PYTHON3_PYTEST=1
|
||||
NOTMUCH_HAVE_ASAN=1 NOTMUCH_HAVE_TSAN=1
|
||||
./test/notmuch-test
|
||||
Restrictions: allow-stderr
|
||||
Depends: @,
|
||||
build-essential,
|
||||
dtach,
|
||||
emacs-nox,
|
||||
gdb,
|
||||
git,
|
||||
gnupg,
|
||||
gpgsm,
|
||||
libtalloc-dev,
|
||||
man,
|
||||
xapian-tools
|
Loading…
Reference in a new issue