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 56D7E138334 for ; Tue, 8 Jan 2019 23:40:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46B58E0918; Tue, 8 Jan 2019 23:40:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1E2C8E0918 for ; Tue, 8 Jan 2019 23:40:57 +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 A1FFC335D01 for ; Tue, 8 Jan 2019 23:40:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E25150E for ; Tue, 8 Jan 2019 23:40:55 +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: <1546990826.7167dcce992d2b2342286517dc95b841c354c30a.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/fd/fd-7.2.0.ebuild X-VCS-Directories: sys-apps/fd/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 7167dcce992d2b2342286517dc95b841c354c30a X-VCS-Branch: master Date: Tue, 8 Jan 2019 23:40:55 +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: 765181a4-26ff-4873-932a-ad4cb79d9948 X-Archives-Hash: 5937be18372aa77e3574e28cc44e7597 commit: 7167dcce992d2b2342286517dc95b841c354c30a Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Jan 8 22:57:55 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Jan 8 23:40:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7167dcce sys-apps/fd: use eclass provided src_test() Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev gentoo.org> sys-apps/fd/fd-7.2.0.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sys-apps/fd/fd-7.2.0.ebuild b/sys-apps/fd/fd-7.2.0.ebuild index 7ce934fcd35..a425dae0a6f 100644 --- a/sys-apps/fd/fd-7.2.0.ebuild +++ b/sys-apps/fd/fd-7.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -89,7 +89,3 @@ src_install() { dodoc README.md doman doc/*.1 } - -src_test() { - cargo test -j $(makeopts_jobs) $(usex debug "" --release) -v || die "tests failed" -}