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 6AE4A13835A for ; Wed, 5 Aug 2020 15:30:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AD5AE08F9; Wed, 5 Aug 2020 15:30:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3DBEDE08F9 for ; Wed, 5 Aug 2020 15:30:40 +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 5007234EF28 for ; Wed, 5 Aug 2020 15:30:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 517D430C for ; Wed, 5 Aug 2020 15:30:31 +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: <1596641410.5a6a0342b5582d9f41f3076d447fe331be95d557.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2_ros/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/tf2_ros/tf2_ros-0.7.2.ebuild dev-ros/tf2_ros/tf2_ros-9999.ebuild X-VCS-Directories: dev-ros/tf2_ros/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 5a6a0342b5582d9f41f3076d447fe331be95d557 X-VCS-Branch: master Date: Wed, 5 Aug 2020 15:30:31 +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: 632e60e2-9dd4-477e-b00f-700000eb2090 X-Archives-Hash: e74c91880bbdf0bf749340e3789557d2 commit: 5a6a0342b5582d9f41f3076d447fe331be95d557 Author: Alexis Ballier gentoo org> AuthorDate: Wed Aug 5 15:09:05 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Aug 5 15:30:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a6a0342 dev-ros/tf2_ros: fix tests Closes: https://bugs.gentoo.org/734704 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/tf2_ros/tf2_ros-0.7.2.ebuild | 6 ++++++ dev-ros/tf2_ros/tf2_ros-9999.ebuild | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/dev-ros/tf2_ros/tf2_ros-0.7.2.ebuild b/dev-ros/tf2_ros/tf2_ros-0.7.2.ebuild index 46f41781292..efd7f5b732c 100644 --- a/dev-ros/tf2_ros/tf2_ros-0.7.2.ebuild +++ b/dev-ros/tf2_ros/tf2_ros-0.7.2.ebuild @@ -31,3 +31,9 @@ DEPEND="${RDEPEND} dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/tf2_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] " + +src_test() { + # Needed for tests to find internal launch file + export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}" + ros-catkin_src_test +} diff --git a/dev-ros/tf2_ros/tf2_ros-9999.ebuild b/dev-ros/tf2_ros/tf2_ros-9999.ebuild index 46f41781292..efd7f5b732c 100644 --- a/dev-ros/tf2_ros/tf2_ros-9999.ebuild +++ b/dev-ros/tf2_ros/tf2_ros-9999.ebuild @@ -31,3 +31,9 @@ DEPEND="${RDEPEND} dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/tf2_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] " + +src_test() { + # Needed for tests to find internal launch file + export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}" + ros-catkin_src_test +}