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 43F2C15800F for ; Sat, 4 Feb 2023 06:25:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC070E07C5; Sat, 4 Feb 2023 06:25:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A3101E07C5 for ; Sat, 4 Feb 2023 06:25:22 +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 B4290335D80 for ; Sat, 4 Feb 2023 06:25:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B939891 for ; Sat, 4 Feb 2023 06:25:19 +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: <1675491855.c481d2974328528470245ac65fe59fb99ed4eb3c.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-metrics/prom2json/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-metrics/prom2json/prom2json-1.3.0.ebuild X-VCS-Directories: app-metrics/prom2json/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: c481d2974328528470245ac65fe59fb99ed4eb3c X-VCS-Branch: master Date: Sat, 4 Feb 2023 06:25: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: 5f5530a1-ad99-498b-a425-67bf3a5dca16 X-Archives-Hash: 385510b4b2948bc6e061626ebd830493 commit: c481d2974328528470245ac65fe59fb99ed4eb3c Author: William Hubbs gentoo org> AuthorDate: Sat Feb 4 06:24:15 2023 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat Feb 4 06:24:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c481d297 app-metrics/prom2json: fix tests Closes: https://bugs.gentoo.org/893148 Signed-off-by: William Hubbs gentoo.org> app-metrics/prom2json/prom2json-1.3.0.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app-metrics/prom2json/prom2json-1.3.0.ebuild b/app-metrics/prom2json/prom2json-1.3.0.ebuild index 464297b7bc1a..ece0dcf32a9b 100644 --- a/app-metrics/prom2json/prom2json-1.3.0.ebuild +++ b/app-metrics/prom2json/prom2json-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -29,6 +29,10 @@ src_compile() { promu build --prefix bin || die } +src_test() { + emake test-flags= test || die +} + src_install() { dobin bin/* dodoc {README,CONTRIBUTING}.md