From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8BC98138359 for ; Thu, 6 Aug 2020 16:09:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2C03E0885; Thu, 6 Aug 2020 16:09:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC245E0885 for ; Thu, 6 Aug 2020 16:09:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD1EB34F426 for ; Thu, 6 Aug 2020 16:09:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6319430F for ; Thu, 6 Aug 2020 16:09:24 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1596730143.10b9b3b0695c8e71312b7e6d0f72e77a016b30d0.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/test_rosparam/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/test_rosparam/test_rosparam-1.15.8.ebuild dev-ros/test_rosparam/test_rosparam-9999.ebuild X-VCS-Directories: dev-ros/test_rosparam/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 10b9b3b0695c8e71312b7e6d0f72e77a016b30d0 X-VCS-Branch: master Date: Thu, 6 Aug 2020 16:09:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1bc17411-d765-4d4d-8474-9e16701129d5 X-Archives-Hash: d2b6f15bb190f69ba741c3080effacd0 commit: 10b9b3b0695c8e71312b7e6d0f72e77a016b30d0 Author: Alexis Ballier gentoo org> AuthorDate: Thu Aug 6 16:08:59 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Aug 6 16:09:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b9b3b0 dev-ros/test_rosparam: fix tests Closes: https://bugs.gentoo.org/625124 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/test_rosparam/test_rosparam-1.15.8.ebuild | 5 +++++ dev-ros/test_rosparam/test_rosparam-9999.ebuild | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/dev-ros/test_rosparam/test_rosparam-1.15.8.ebuild b/dev-ros/test_rosparam/test_rosparam-1.15.8.ebuild index 16022d629a4..712bc9fd620 100644 --- a/dev-ros/test_rosparam/test_rosparam-1.15.8.ebuild +++ b/dev-ros/test_rosparam/test_rosparam-1.15.8.ebuild @@ -22,3 +22,8 @@ DEPEND="${RDEPEND} $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") dev-ros/rosparam[${PYTHON_SINGLE_USEDEP}] )" + +src_test() { + export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}" + ros-catkin_src_test +} diff --git a/dev-ros/test_rosparam/test_rosparam-9999.ebuild b/dev-ros/test_rosparam/test_rosparam-9999.ebuild index 16022d629a4..712bc9fd620 100644 --- a/dev-ros/test_rosparam/test_rosparam-9999.ebuild +++ b/dev-ros/test_rosparam/test_rosparam-9999.ebuild @@ -22,3 +22,8 @@ DEPEND="${RDEPEND} $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") dev-ros/rosparam[${PYTHON_SINGLE_USEDEP}] )" + +src_test() { + export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}" + ros-catkin_src_test +}