[debian-edu-commits] debian-edu/ 07/10: Fix paths for test.
Dominik George
natureshadow-guest at moszumanska.debian.org
Mon Jan 15 22:58:44 UTC 2018
This is an automated email from the git hooks/post-receive script.
natureshadow-guest pushed a commit to branch master
in repository sdaps.
commit c75dec4b3bda16ca2ee665bc10ebdd97afce5084
Author: Dominik George <nik at naturalnet.de>
Date: Mon Jan 15 23:31:42 2018 +0100
Fix paths for test.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 399f481..5db9913 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
dh $@ --with python2 --buildsystem=pybuild
override_dh_auto_test:
- cd test; PATH=./bin:$$PATH PYTHONPATH=. ./run-test.sh
+ cd test; PATH=../bin:$$PATH PYTHONPATH=.. ./run-test.sh
override_dh_installchangelogs:
dh_installchangelogs NEWS
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/sdaps.git
More information about the debian-edu-commits
mailing list