[Python-modules-commits] r29725 - in packages/kombu/trunk/debian (changelog tests/upstream)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Fri Jul 11 12:10:34 UTC 2014
Date: Friday, July 11, 2014 @ 12:10:33
Author: fladi-guest
Revision: 29725
Fix output redirection for nose tests used in autopkgtest (see #460242).
Modified:
packages/kombu/trunk/debian/changelog
packages/kombu/trunk/debian/tests/upstream
Modified: packages/kombu/trunk/debian/changelog
===================================================================
--- packages/kombu/trunk/debian/changelog 2014-07-11 05:37:23 UTC (rev 29724)
+++ packages/kombu/trunk/debian/changelog 2014-07-11 12:10:33 UTC (rev 29725)
@@ -1,3 +1,9 @@
+kombu (3.0.19-2) UNRELEASED; urgency=medium
+
+ * Fix output redirection for nose tests used in autopkgtest (see #460242).
+
+ -- Michael Fladischer <FladischerMichael at fladi.at> Mon, 07 Jul 2014 14:58:58 +0200
+
kombu (3.0.19-1) unstable; urgency=low
* New upstream release.
Modified: packages/kombu/trunk/debian/tests/upstream
===================================================================
--- packages/kombu/trunk/debian/tests/upstream 2014-07-11 05:37:23 UTC (rev 29724)
+++ packages/kombu/trunk/debian/tests/upstream 2014-07-11 12:10:33 UTC (rev 29725)
@@ -1,3 +1,3 @@
#!/bin/sh
-nosetests -v -P kombu.tests
+nosetests -v -P kombu.tests 2>&1
More information about the Python-modules-commits
mailing list