app-misc/cheat: override src_test function

default `make check` will run a formatting command using an
external command (not available yet on Guru overlay)

Package-Manager: Portage-2.3.89, Repoman 2.3.20
Signed-off-by: Mathieu Tortuyaux <mathieu.tortuyaux@gmail.com>
This commit is contained in:
Mathieu Tortuyaux
2020-04-27 10:17:30 +02:00
parent 7f3fa9f16c
commit d48028bb7b

View File

@@ -99,6 +99,13 @@ BDEPEND="
"
RDEPEND="zsh-completion? ( !app-shells/zsh-completions )"
src_test() {
# we can't use the default behavior
# since the check rule performs formatting
# with a non-standard go tool
emake test
}
src_install() {
dobin "dist/${PN}"
if use zsh-completion; then