autopkgtest: Add a allow-stderr restriction, as things log to stderr.

Signed-off-by: Mattia Rizzolo <mattia@debian.org>
This commit is contained in:
Mattia Rizzolo 2019-08-23 10:08:13 +02:00
parent dc3d2c0c2d
commit ae04bcfc43
No known key found for this signature in database
GPG Key ID: 0816B9E18C762BAD
2 changed files with 7 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
ubuntu-dev-tools (0.172) UNRELEASED; urgency=medium
* autopkgtest: Add a allow-stderr restriction, as things log to stderr.
-- Mattia Rizzolo <mattia@debian.org> Fri, 23 Aug 2019 10:07:40 +0200
ubuntu-dev-tools (0.171) unstable; urgency=medium
* Add an autopkgtest running the package tests.

View File

@ -1,2 +1,3 @@
Test-Command: set -ex ; for i in $(py3versions -s) ; do "$i" setup.py test; done
Depends: @builddeps@
Restrictions: allow-stderr