From: Georgy Yakovlev Date: Tue, 8 Jan 2019 22:57:55 +0000 (-0800) Subject: sys-apps/fd: use eclass provided src_test() X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7167dcce992d2b2342286517dc95b841c354c30a;p=gentoo.git sys-apps/fd: use eclass provided src_test() Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev --- 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" -}