diff options
-rw-r--r-- | app-shells/mcfly/mcfly-0.3.1.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/app-shells/mcfly/mcfly-0.3.1.ebuild b/app-shells/mcfly/mcfly-0.3.1.ebuild index db606e07b5f0..033eae46c97b 100644 --- a/app-shells/mcfly/mcfly-0.3.1.ebuild +++ b/app-shells/mcfly/mcfly-0.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2018 Gentoo Authors +# Copyright 2017-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -87,10 +87,6 @@ src_install() { einstalldocs } -src_test(){ - cargo test -j $(makeopts_jobs) $(usex debug "" --release) || die "tests failed" -} - pkg_postinst() { local p="/usr/share/${PN}/${PN}.bash" |