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 3E2CD138359 for ; Thu, 29 Oct 2020 22:24:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78E55E0948; Thu, 29 Oct 2020 22:24:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 601A3E0948 for ; Thu, 29 Oct 2020 22:24:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 69BEF335CB7 for ; Thu, 29 Oct 2020 22:24:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C13AE2CA for ; Thu, 29 Oct 2020 22:24:26 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1604010257.abbfdfa9896c77825e210adf324217c21da871ef.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-tmpfiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild X-VCS-Directories: sys-apps/systemd-tmpfiles/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: abbfdfa9896c77825e210adf324217c21da871ef X-VCS-Branch: master Date: Thu, 29 Oct 2020 22:24:26 +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: 894b5719-63fc-4a87-bb93-74aaa9d6a02f X-Archives-Hash: 7c101c278be7bc33ed3c2e521fb6b60b commit: abbfdfa9896c77825e210adf324217c21da871ef Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Oct 29 22:23:39 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Oct 29 22:24:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abbfdfa9 sys-apps/systemd-tmpfiles: run only relevant tests Closes: https://bugs.gentoo.org/751811 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev gentoo.org> sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild index 598a38f04a8..f9046b8f39c 100644 --- a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild +++ b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild @@ -168,6 +168,14 @@ src_install() { newconfd "${FILESDIR}"/stmpfiles.confd stmpfiles-setup } +src_test() { + # selection of relevant tests + # unfortunately full suite will be built to run tests, but we still + # install just what we need and not a bit more. + local tests=( test-{acl-util,tmpfiles,chase-symlinks,path} ) + meson_src_test "${tests[@]}" +} + # adapted from opentmpfiles ebuild add_service() { local initd=$1