[ros-catkin] 01/04: Make unit tests work

Jochen Sprickerhof jspricke-guest at moszumanska.debian.org
Tue Jul 26 06:24:56 UTC 2016


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

jspricke-guest pushed a commit to branch master
in repository ros-catkin.

commit c4d782ec2bba4e71fda4feac7b4a7301d48ced42
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Sat Jul 16 20:50:04 2016 +0200

    Make unit tests work
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 2b1ccae..45c958d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/default.mk
 
+# Needed for unit tests
+export PYTHONPATH = $(CURDIR)/python
+
 %:
 	dh  $@ --parallel --buildsystem=cmake --with python2
 
@@ -15,6 +18,3 @@ override_dh_auto_clean:
 	dh_auto_clean --
 	-find . -name '*.pyc' -print0 | xargs -0 rm -f
 	-rm -f bin/catkin_findc bin/catkin_make_isolatedc
-
-# test suite is broken atm.
-override_dh_auto_test:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/ros-catkin.git



More information about the debian-science-commits mailing list