From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5C654138334 for ; Mon, 25 Nov 2019 17:26:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FC0AE0875; Mon, 25 Nov 2019 17:26:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03B39E0875 for ; Mon, 25 Nov 2019 17:26:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84F9E34D38F for ; Mon, 25 Nov 2019 17:26:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1DAC778 for ; Mon, 25 Nov 2019 17:26:11 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1574702761.6224badc43d64dbafbcf1c295fdbc75ce36a0a92.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hub/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/hub/hub-2.13.0.ebuild X-VCS-Directories: dev-vcs/hub/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 6224badc43d64dbafbcf1c295fdbc75ce36a0a92 X-VCS-Branch: master Date: Mon, 25 Nov 2019 17:26:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4d7f6a03-9846-454f-8926-c466422d5108 X-Archives-Hash: dd3724278e5d53514f956971e72e5260 commit: 6224badc43d64dbafbcf1c295fdbc75ce36a0a92 Author: William Hubbs gentoo org> AuthorDate: Mon Nov 25 17:24:52 2019 +0000 Commit: William Hubbs gentoo 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 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}