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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E7CF2158020 for ; Wed, 14 Dec 2022 16:46:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE799E0809; Wed, 14 Dec 2022 16:46:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0BB4E0809 for ; Wed, 14 Dec 2022 16:46:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E490A340F25 for ; Wed, 14 Dec 2022 16:46:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50E3A7E7 for ; Wed, 14 Dec 2022 16:46:19 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1670878318.702a44e6757a267738a1e6d3025894b86d887bdf.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/ooni-probe-cli/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/ooni-probe-cli/ooni-probe-cli-3.16.7.ebuild X-VCS-Directories: net-misc/ooni-probe-cli/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 702a44e6757a267738a1e6d3025894b86d887bdf X-VCS-Branch: master Date: Wed, 14 Dec 2022 16:46:19 +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: c2ca4d45-c332-4183-ac2e-4a57a4e404ea X-Archives-Hash: b8917d5089fa57d1f0ba7861445d64ab commit: 702a44e6757a267738a1e6d3025894b86d887bdf Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Dec 12 20:51:55 2022 +0000 Commit: Florian Schmaus gentoo 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 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() {