[Python-modules-commits] [python-brainstorm] 07/08: deb/rules: slight change in test args of dh_auto_test override
Daniel Stender
danstender-guest at moszumanska.debian.org
Sun Mar 13 16:12:12 UTC 2016
This is an automated email from the git hooks/post-receive script.
danstender-guest pushed a commit to branch master
in repository python-brainstorm.
commit b019d41a0d277192fa99e7d8459a1274bc282c12
Author: Daniel Stender <stender at debian.org>
Date: Sun Mar 13 17:01:52 2016 +0100
deb/rules: slight change in test args of dh_auto_test override
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index e3dcd7b..e012a70 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export PYBUILD_NAME=brainstorm
dh $@ --with python3,sphinxdoc --buildsystem=pybuild
override_dh_auto_test:
- PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="cp -a brainstorm/tests {build_dir}/brainstorm/tests && {interpreter} -Wd -m pytest {build_dir}/brainstorm/tests -v -rs && rm -rf {build_dir}/brainstorm/tests" dh_auto_test || true
+ PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="cp -a brainstorm/tests {build_dir}/brainstorm/tests; {interpreter} -Wd -m pytest {build_dir}/brainstorm/tests -v -rs; rm -rf {build_dir}/brainstorm/tests" dh_auto_test || true
override_dh_installchangelogs:
dh_installchangelogs HISTORY.rst
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-brainstorm.git
More information about the Python-modules-commits
mailing list