浏览代码

Don't write progress to stderr during testsuite run, as autopkgtest assumes that indicates failure.

Jelmer Vernooij 11 年之前
父节点
当前提交
f1d6153ed3
共有 2 个文件被更改,包括 9 次插入2 次删除
  1. 7 0
      debian/changelog
  2. 2 2
      debian/tests/testsuite

+ 7 - 0
debian/changelog

@@ -1,3 +1,10 @@
+dulwich (0.9.5-2) UNRELEASED; urgency=medium
+
+  * Don't write progress to stderr during testsuite run, as autopkgtest
+    assumes that indicates failure.
+
+ -- Jelmer Vernooij <jelmer@debian.org>  Tue, 25 Feb 2014 02:02:42 +0000
+
 dulwich (0.9.5-1) unstable; urgency=medium
 
   * Add upstream PGP signing key.

+ 2 - 2
debian/tests/testsuite

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