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/rosauth/
Date: Fri, 07 Aug 2020 15:33:09
Message-Id: 1596814366.4a1baa179de8dc50bf9624a197c11aee5c0fa2ad.aballier@gentoo
1 commit: 4a1baa179de8dc50bf9624a197c11aee5c0fa2ad
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 7 14:48:47 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 7 15:32:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a1baa17
7
8 dev-ros/rosauth: fix tests
9
10 Closes: https://bugs.gentoo.org/624926
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/rosauth/rosauth-1.0.1.ebuild | 5 +++++
15 dev-ros/rosauth/rosauth-9999.ebuild | 5 +++++
16 2 files changed, 10 insertions(+)
17
18 diff --git a/dev-ros/rosauth/rosauth-1.0.1.ebuild b/dev-ros/rosauth/rosauth-1.0.1.ebuild
19 index 2bccb46f88d..10f5ea08a15 100644
20 --- a/dev-ros/rosauth/rosauth-1.0.1.ebuild
21 +++ b/dev-ros/rosauth/rosauth-1.0.1.ebuild
22 @@ -22,3 +22,8 @@ DEPEND="${RDEPEND}
23 dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
24 dev-cpp/gtest
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/rosauth/rosauth-9999.ebuild b/dev-ros/rosauth/rosauth-9999.ebuild
33 index 2bccb46f88d..10f5ea08a15 100644
34 --- a/dev-ros/rosauth/rosauth-9999.ebuild
35 +++ b/dev-ros/rosauth/rosauth-9999.ebuild
36 @@ -22,3 +22,8 @@ DEPEND="${RDEPEND}
37 dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
38 dev-cpp/gtest
39 )"
40 +
41 +src_test() {
42 + export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
43 + ros-catkin_src_test
44 +}