diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-08-05 18:14:04 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-08-05 19:55:00 +0200 |
commit | 6eb03dd80d6c042a6397f10c1631420f4e25b602 (patch) | |
tree | 65eea75ebd8f529a13bc36044f94f32c024756e4 /dev-ros/xacro/xacro-9999.ebuild | |
parent | dev-ros/tf2_sensor_msgs: fix tests (diff) | |
download | gentoo-6eb03dd80d6c042a6397f10c1631420f4e25b602.tar.gz gentoo-6eb03dd80d6c042a6397f10c1631420f4e25b602.tar.bz2 gentoo-6eb03dd80d6c042a6397f10c1631420f4e25b602.zip |
dev-ros/xacro: fix tests
Closes: https://bugs.gentoo.org/734694
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/xacro/xacro-9999.ebuild')
-rw-r--r-- | dev-ros/xacro/xacro-9999.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-ros/xacro/xacro-9999.ebuild b/dev-ros/xacro/xacro-9999.ebuild index 70c940ca810a..775778479d64 100644 --- a/dev-ros/xacro/xacro-9999.ebuild +++ b/dev-ros/xacro/xacro-9999.ebuild @@ -22,3 +22,9 @@ DEPEND="${RDEPEND} " RDEPEND="${RDEPEND} dev-ros/roslaunch[${PYTHON_SINGLE_USEDEP}]" +PATCHES=( "${FILESDIR}/tests.patch" ) + +src_test() { + export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}" + ros-catkin_src_test +} |