[pywps] 24/26: Override dh_auto_test to run soap_tests.py.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri May 13 23:05:46 UTC 2016


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

sebastic pushed a commit to branch master
in repository pywps.

commit 255d72ca7a909032cb415e2d69851900f93d2aff
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri May 13 22:50:12 2016 +0200

    Override dh_auto_test to run soap_tests.py.
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2675af8..2d10d46 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ pywps (3.2.5-1) UNRELEASED; urgency=medium
   * Install pywps manpage.
   * Build & install documentation.
   * Install pywps.cfg-template, webclient & webservices examples.
+  * Override dh_auto_test to run soap_tests.py.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 13 May 2016 19:33:40 +0200
 
diff --git a/debian/rules b/debian/rules
index 2ee434b..4aa2dc8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,9 @@ override_dh_auto_build:
 
 	(cd doc && $(MAKE) html)
 
+override_dh_auto_test:
+	(cd tests && python soap_tests.py || 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/pywps.git



More information about the Pkg-grass-devel mailing list