From 7167dcce992d2b2342286517dc95b841c354c30a Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Tue, 8 Jan 2019 14:57:55 -0800 Subject: [PATCH] sys-apps/fd: use eclass provided src_test() Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev --- 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 7ce934fcd359..a425dae0a6fe 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" -} -- 2.26.2