From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1629289-garchives=archives.gentoo.org@lists.gentoo.org>
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 2ADA81581D3
	for <garchives@archives.gentoo.org>; Thu,  9 May 2024 13:05:04 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BAB58E2C66;
	Thu,  9 May 2024 13:05:02 +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 983EEE2C66
	for <gentoo-commits@lists.gentoo.org>; Thu,  9 May 2024 13:05:02 +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 B1A34343062
	for <gentoo-commits@lists.gentoo.org>; Thu,  9 May 2024 13:05:01 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E89FE1A74
	for <gentoo-commits@lists.gentoo.org>; Thu,  9 May 2024 13:04:58 +0000 (UTC)
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org>
Message-ID: <1715259768.9fa0d9e1740726aaabc977fc83bb24c4b42a7293.juippis@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rgbds/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/rgbds/rgbds-9999.ebuild
X-VCS-Directories: dev-util/rgbds/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: 9fa0d9e1740726aaabc977fc83bb24c4b42a7293
X-VCS-Branch: master
Date: Thu,  9 May 2024 13:04:58 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: f6517ad9-ea92-4f2d-8000-ad422cc59d2c
X-Archives-Hash: 5dbf976dc85b17fb8965fbbca5f2a435

commit:     9fa0d9e1740726aaabc977fc83bb24c4b42a7293
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Sun Mar 31 17:54:46 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu May  9 13:02:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fa0d9e1

dev-util/rgbds: print which tests are being run

Signed-off-by: orbea <orbea <AT> riseup.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-util/rgbds/rgbds-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/rgbds/rgbds-9999.ebuild b/dev-util/rgbds/rgbds-9999.ebuild
index 0a79e0043a34..7f24c27d44dd 100644
--- a/dev-util/rgbds/rgbds-9999.ebuild
+++ b/dev-util/rgbds/rgbds-9999.ebuild
@@ -38,6 +38,7 @@ src_test() {
 	local dir
 	for dir in asm link fix gfx; do
 		pushd "test/${dir}" >/dev/null || die
+		einfo "Running ${dir} tests."
 		./test.sh || die
 		popd >/dev/null || die
 	done