Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/test_rosparam/
Date: Thu, 06 Aug 2020 16:09:32
Message-Id: 1596730143.10b9b3b0695c8e71312b7e6d0f72e77a016b30d0.aballier@gentoo
1 commit: 10b9b3b0695c8e71312b7e6d0f72e77a016b30d0
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 6 16:08:59 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 6 16:09:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b9b3b0
7
8 dev-ros/test_rosparam: fix tests
9
10 Closes: https://bugs.gentoo.org/625124
11 Package-Manager: Portage-3.0.1, Repoman-2.3.23
12 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
13
14 dev-ros/test_rosparam/test_rosparam-1.15.8.ebuild | 5 +++++
15 dev-ros/test_rosparam/test_rosparam-9999.ebuild | 5 +++++
16 2 files changed, 10 insertions(+)
17
18 diff --git a/dev-ros/test_rosparam/test_rosparam-1.15.8.ebuild b/dev-ros/test_rosparam/test_rosparam-1.15.8.ebuild
19 index 16022d629a4..712bc9fd620 100644
20 --- a/dev-ros/test_rosparam/test_rosparam-1.15.8.ebuild
21 +++ b/dev-ros/test_rosparam/test_rosparam-1.15.8.ebuild
22 @@ -22,3 +22,8 @@ DEPEND="${RDEPEND}
23 $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
24 dev-ros/rosparam[${PYTHON_SINGLE_USEDEP}]
25 )"
26 +
27 +src_test() {
28 + export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
29 + ros-catkin_src_test
30 +}
31
32 diff --git a/dev-ros/test_rosparam/test_rosparam-9999.ebuild b/dev-ros/test_rosparam/test_rosparam-9999.ebuild
33 index 16022d629a4..712bc9fd620 100644
34 --- a/dev-ros/test_rosparam/test_rosparam-9999.ebuild
35 +++ b/dev-ros/test_rosparam/test_rosparam-9999.ebuild
36 @@ -22,3 +22,8 @@ DEPEND="${RDEPEND}
37 $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
38 dev-ros/rosparam[${PYTHON_SINGLE_USEDEP}]
39 )"
40 +
41 +src_test() {
42 + export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
43 + ros-catkin_src_test
44 +}