[med-svn] [pbalign] 03/09: Add inactive recipe to run unit tests
Afif Elghraoui
afif-guest at moszumanska.debian.org
Sun Sep 6 09:03:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
afif-guest pushed a commit to branch master
in repository pbalign.
commit 229d7f140a4114d3065cc27b598643d1d12d14e8
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Sun Sep 6 00:54:47 2015 -0700
Add inactive recipe to run unit tests
They cannot be run since they require data that isn't provided.
---
debian/rules | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/debian/rules b/debian/rules
index c84ff0b..7ec24f0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,12 @@ override_dh_auto_build:
dh_auto_build
$(MAKE) doc
+# The tests cannot be run, mostly because the referenced data files
+# (which are large) are not provided in the source distribution
+#override_dh_auto_test:
+# export PYTHONPATH=$(CURDIR); \
+# cd tests/unit && python -m unittest discover
+
override_dh_install: SHELL=bash
override_dh_install:
dh_install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pbalign.git
More information about the debian-med-commit
mailing list