[python-stetl] 09/12: Don't ignore test failures.
Bas Couwenberg
sebastic at debian.org
Tue Nov 7 18:53:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository python-stetl.
commit 610d6214b6827bed510a31b833de866d96cf6dbc
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Tue Nov 7 19:34:25 2017 +0100
Don't ignore test failures.
---
debian/changelog | 1 +
debian/rules | 3 ---
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index caaedf4..3d37801 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ python-stetl (1.1+ds-1) UNRELEASED; urgency=medium
* Update Files-Excluded to remove all .pyc files.
* Add build dependencies for tests.
* Copy tests directory to build directory.
+ * Don't ignore test failures.
-- Bas Couwenberg <sebastic at debian.org> Tue, 07 Nov 2017 19:04:00 +0100
diff --git a/debian/rules b/debian/rules
index a2b0b3b..da568c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,9 +37,6 @@ override_dh_auto_build:
dh_auto_build
(cd docs && make html)
-override_dh_auto_test:
- dh_auto_test || echo "Ignoring test failures"
-
override_dh_auto_install:
dh_auto_install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-stetl.git
More information about the Pkg-grass-devel
mailing list