[python-shapely] 21/148: Run tests before building

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Thu Aug 20 17:41:59 UTC 2015


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

sebastic pushed a commit to branch master
in repository python-shapely.

commit 8727ea95fb4bebbc775a1e2ef69173667a0017ef
Author: Pietro Battiston <me at pietrobattiston.it>
Date:   Mon Jun 28 15:31:45 2010 +0200

    Run tests before building
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index 706b324..c3e5c74 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,3 +9,8 @@ export DH_OPTIONS
 
 %:
 	dh  $@
+
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+	python setup.py test
+endif

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



More information about the Pkg-grass-devel mailing list