commit:     702a44e6757a267738a1e6d3025894b86d887bdf
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Dec 12 20:51:55 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 20:51:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=702a44e6

net-misc/ooni-probe-cli: kinda enable tests

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 net-misc/ooni-probe-cli/ooni-probe-cli-3.16.7.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-misc/ooni-probe-cli/ooni-probe-cli-3.16.7.ebuild 
b/net-misc/ooni-probe-cli/ooni-probe-cli-3.16.7.ebuild
index e47901013..8717557a0 100644
--- a/net-misc/ooni-probe-cli/ooni-probe-cli-3.16.7.ebuild
+++ b/net-misc/ooni-probe-cli/ooni-probe-cli-3.16.7.ebuild
@@ -10,11 +10,11 @@ DESCRIPTION="OONI Probe network measurement tool for 
detecting internet censorsh
 HOMEPAGE="https://ooni.org https://github.com/ooni/probe-cli";
 SRC_URI="https://github.com/ooni/${MY_PN}/releases/download/v${PV}/${P}.tar.gz";
 
-LICENSE="GPL-3+"
+LICENSE="0BSD Apache-2.0 BSD BSD-2 CC0-1.0 GPL-3 GPL-3+ ISC LGPL-3 MIT MPL-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
-
-RESTRICT="test" # hangs
+PROPERTIES="test_network"
+RESTRICT="test"
 
 DOCS=( docs CODEOWNERS {CONTRIBUTING,Readme}.md )
 
@@ -23,7 +23,7 @@ src_compile() {
 }
 
 src_test() {
-       ego test $(go list ./... | grep -v /vendor/)
+       ego test -short -race -tags shaping ./...
 }
 
 src_install() {

Reply via email to