[med-svn] [iva] 02/03: respect nocheck option in tests
Sascha Steinbiss
satta at debian.org
Sat Feb 10 11:08:34 UTC 2018
This is an automated email from the git hooks/post-receive script.
satta pushed a commit to branch master
in repository iva.
commit bc86408ad1c2511f84a58dee8e712ccc82fb334f
Author: Sascha Steinbiss <satta at debian.org>
Date: Sat Feb 10 11:49:06 2018 +0100
respect nocheck option in tests
---
debian/changelog | 1 +
debian/rules | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 009331b..88ddfe3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
iva (1.0.9+ds-2) unstable; urgency=medium
* Fix watchfile to not report non-release tags (with '-X' suffix).
+ * Respect nocheck option in tests.
-- Sascha Steinbiss <satta at debian.org> Sat, 10 Feb 2018 11:27:13 +0100
diff --git a/debian/rules b/debian/rules
index 9fa7dac..b06390e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,4 +40,6 @@ override_dh_auto_clean:
find . -name __pycache__ | xargs rm -rf
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
python3 setup.py test
+endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/iva.git
More information about the debian-med-commit
mailing list