mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ros/message_filters: fix tests
Closes: https://bugs.gentoo.org/738564 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
This commit is contained in:
@@ -30,3 +30,8 @@ DEPEND="${RDEPEND}
|
||||
$(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
|
||||
)"
|
||||
PATCHES=( "${FILESDIR}/tests.patch" )
|
||||
|
||||
src_test() {
|
||||
export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
|
||||
ros-catkin_src_test
|
||||
}
|
||||
|
||||
@@ -30,3 +30,8 @@ DEPEND="${RDEPEND}
|
||||
$(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
|
||||
)"
|
||||
PATCHES=( "${FILESDIR}/tests.patch" )
|
||||
|
||||
src_test() {
|
||||
export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
|
||||
ros-catkin_src_test
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user