[pyosmium] 01/02: Don't ignore test failures, fixed upstream.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Wed Sep 2 15:14:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository pyosmium.

commit 6791f420f0ff931d6098f2dff952e13fefdd6054
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Sep 2 17:04:01 2015 +0200

    Don't ignore test failures, fixed upstream.
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index fb4e139..fb9d19d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyosmium (2.4.1-2) UNRELEASED; urgency=medium
+
+  * Don't ignore test failures, fixed upstream.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Wed, 02 Sep 2015 17:03:43 +0200
+
 pyosmium (2.4.1-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index db232d8..265f45f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ override_dh_auto_build-indep:
 
 override_dh_auto_test:
 	PYBUILD_SYSTEM=custom \
-	PYBUILD_TEST_ARGS="cd test && {interpreter} run_tests.py" dh_auto_test || echo "Ignoring test failures"
+	PYBUILD_TEST_ARGS="cd test && {interpreter} run_tests.py" dh_auto_test
 
 override_dh_install:
 	dh_install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyosmium.git



More information about the Pkg-grass-devel mailing list