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 <[email protected]> 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 <[email protected]> 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 _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

