diff options
author | David Seifert <soap@gentoo.org> | 2022-12-26 16:05:06 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-12-26 16:05:06 +0100 |
commit | 8659242edb4678314edd834464e75d0eb7558389 (patch) | |
tree | 511ac967abb875a67843b3dd5e139125744f8415 /sci-misc | |
parent | sci-visualization/*: dash components included in dash (diff) | |
download | gentoo-8659242edb4678314edd834464e75d0eb7558389.tar.gz gentoo-8659242edb4678314edd834464e75d0eb7558389.tar.bz2 gentoo-8659242edb4678314edd834464e75d0eb7558389.zip |
sci-misc/nco: mask useless automake test results
Closes: https://bugs.gentoo.org/888519
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/nco/nco-5.1.3.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
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 |