diff options
Diffstat (limited to 'net-misc/croc/croc-8.5.1.ebuild')
-rw-r--r-- | net-misc/croc/croc-8.5.1.ebuild | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net-misc/croc/croc-8.5.1.ebuild b/net-misc/croc/croc-8.5.1.ebuild index b6bbc70e7c63..2562bcb63af3 100644 --- a/net-misc/croc/croc-8.5.1.ebuild +++ b/net-misc/croc/croc-8.5.1.ebuild @@ -129,6 +129,10 @@ RDEPEND=" acct-user/croc " +PATCHES=( + "${FILESDIR}/${PN}-disable-network-tests.patch" +) + DOCS=( README.md ) src_prepare() { @@ -153,3 +157,7 @@ src_install() { newbashcomp src/install/bash_autocomplete croc einstalldocs } + +src_test() { + go test -work ./... || die +} |