This is an automated email from the git hooks/post-receive script. mpitt pushed a commit to branch master in repository devscripts.
commit 4a37da34231ccec8535bd1b16e650e1384870d45 Author: Martin Pitt <[email protected]> Date: Thu Dec 12 11:09:14 2013 +0100 autopkgtest: Add "allow-stderr" restriction to avoid failing tests because of the HTTP server log on stderr. --- debian/changelog | 7 +++++++ debian/tests/control | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8bd3dc7..118938b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +devscripts (2.13.9) UNRELEASED; urgency=low + + * autopkgtest: Add "allow-stderr" restriction to avoid failing tests because + of the HTTP server log on stderr. + + -- Martin Pitt <[email protected]> Thu, 12 Dec 2013 11:08:27 +0100 + devscripts (2.13.8) unstable; urgency=medium [ James McCoy ] diff --git a/debian/tests/control b/debian/tests/control index b908d8c..38dcc75 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,2 +1,3 @@ Tests: shunit2 Depends: devscripts, shunit2 +Restrictions: allow-stderr -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
