Skip to content

Commit

Permalink
dev-vcs/hub-2.13: enable go tests
Browse files Browse the repository at this point in the history
The go tests pass here so enable them.

Signed-off-by: William Hubbs <[email protected]>
  • Loading branch information
williamh committed Nov 25, 2019
1 parent acd3a56 commit 6224bad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-vcs/hub/hub-2.13.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 6224bad

Please sign in to comment.