From 6224badc43d64dbafbcf1c295fdbc75ce36a0a92 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 25 Nov 2019 11:24:52 -0600 Subject: [PATCH] dev-vcs/hub-2.13: enable go tests The go tests pass here so enable them. Signed-off-by: William Hubbs --- dev-vcs/hub/hub-2.13.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-vcs/hub/hub-2.13.0.ebuild b/dev-vcs/hub/hub-2.13.0.ebuild index 652cf977598e..02a51219754b 100644 --- a/dev-vcs/hub/hub-2.13.0.ebuild +++ b/dev-vcs/hub/hub-2.13.0.ebuild @@ -19,9 +19,9 @@ src_compile() { emake bin/hub man-pages } -#src_test() { -# ./script/test || die -#} +src_test() { + emake test +} src_install() { dobin bin/${PN} -- 2.26.2