Browse Source

Allow output to stderr in autopktest.

Jelmer Vernooij 11 years ago
parent
commit
54605e419c
3 changed files with 3 additions and 1 deletions
  1. 1 0
      debian/changelog
  2. 1 0
      debian/tests/control
  3. 1 1
      debian/tests/testsuite

+ 1 - 0
debian/changelog

@@ -1,6 +1,7 @@
 dulwich (0.9.6-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Allow output to stderr in autopktest.
 
  -- Jelmer Vernooij <jelmer@debian.org>  Wed, 23 Apr 2014 01:41:04 +0200
 

+ 1 - 0
debian/tests/control

@@ -1,2 +1,3 @@
 Tests: testsuite
 Depends: python-dulwich, git
+Restrictions: allow-stderr

+ 1 - 1
debian/tests/testsuite

@@ -1,3 +1,3 @@
 #!/bin/sh
 set -e
-python -m unittest dulwich.tests.test_suite 2>/dev/null
+python -m unittest dulwich.tests.test_suite