[Python-modules-commits] [python-pyftpdlib] 02/03: run tests from source dir

Wolfgang Borgert debacle at moszumanska.debian.org
Tue Oct 18 00:59:52 UTC 2016


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

debacle pushed a commit to branch master
in repository python-pyftpdlib.

commit 2358491947b52efe1bdc7e090573bee8989ea7ff
Author: W. Martin Borgert <debacle at debian.org>
Date:   Tue Oct 18 00:56:24 2016 +0000

    run tests from source dir
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index c237980..2cc8da0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,8 @@ export PYBUILD_NAME=pyftpdlib
 
 override_dh_auto_test:
 ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
-	$(MAKE) test
+	PYTHONPATH=. python pyftpdlib/test/runner.py
+	PYTHONPATH=. python3 pyftpdlib/test/runner.py
 endif
 
 override_dh_python2:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pyftpdlib.git



More information about the Python-modules-commits mailing list