Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hub/
Date: Mon, 25 Nov 2019 17:26:17
Message-Id: 1574702761.6224badc43d64dbafbcf1c295fdbc75ce36a0a92.williamh@gentoo
1 commit: 6224badc43d64dbafbcf1c295fdbc75ce36a0a92
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 25 17:24:52 2019 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 25 17:26:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6224badc
7
8 dev-vcs/hub-2.13: enable go tests
9
10 The go tests pass here so enable them.
11
12 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
13
14 dev-vcs/hub/hub-2.13.0.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-vcs/hub/hub-2.13.0.ebuild b/dev-vcs/hub/hub-2.13.0.ebuild
18 index 652cf977598..02a51219754 100644
19 --- a/dev-vcs/hub/hub-2.13.0.ebuild
20 +++ b/dev-vcs/hub/hub-2.13.0.ebuild
21 @@ -19,9 +19,9 @@ src_compile() {
22 emake bin/hub man-pages
23 }
24
25 -#src_test() {
26 -# ./script/test || die
27 -#}
28 +src_test() {
29 + emake test
30 +}
31
32 src_install() {
33 dobin bin/${PN}