commit: 6224badc43d64dbafbcf1c295fdbc75ce36a0a92
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 25 17:24:52 2019 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Nov 25 17:26:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6224badc
dev-vcs/hub-2.13: enable go tests
The go tests pass here so enable them.
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
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 652cf977598..02a51219754 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}