From 8659242edb4678314edd834464e75d0eb7558389 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Mon, 26 Dec 2022 16:05:06 +0100 Subject: sci-misc/nco: mask useless automake test results Closes: https://bugs.gentoo.org/888519 Signed-off-by: David Seifert --- sci-misc/nco/nco-5.1.3.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sci-misc') diff --git a/sci-misc/nco/nco-5.1.3.ebuild b/sci-misc/nco/nco-5.1.3.ebuild index 09b909e232be..4ecf55b16fb0 100644 --- a/sci-misc/nco/nco-5.1.3.ebuild +++ b/sci-misc/nco/nco-5.1.3.ebuild @@ -47,6 +47,12 @@ src_configure() { $(use_enable udunits udunits2) } +src_test() { + emake test + # testsuite doesn't run through automake + rm src/nco/test-suite.log || die +} + src_install() { default dodoc doc/ChangeLog -- cgit v1.2.3-65-gdbad