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 3E29515808C for ; Tue, 15 Feb 2022 09:39:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDCB8E0866; Tue, 15 Feb 2022 09:39:15 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3C41E0866 for ; Tue, 15 Feb 2022 09:39:15 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B814D342D3D for ; Tue, 15 Feb 2022 09:39:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D068290 for ; Tue, 15 Feb 2022 09:39:13 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1644917943.9ecbcf25643067edd5d3aa71d1331588935a06da.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygame/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pygame/pygame-2.1.2.ebuild X-VCS-Directories: dev-python/pygame/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9ecbcf25643067edd5d3aa71d1331588935a06da X-VCS-Branch: master Date: Tue, 15 Feb 2022 09:39:13 +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: 58417966-05a0-47ec-b34c-787ac793b906 X-Archives-Hash: 46b5f7d3f53567d55c907dd6549bb8cf commit: 9ecbcf25643067edd5d3aa71d1331588935a06da Author: Michał Górny gentoo org> AuthorDate: Tue Feb 15 09:11:16 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 15 09:39:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ecbcf25 dev-python/pygame: Run tests verbosely Signed-off-by: Michał Górny gentoo.org> dev-python/pygame/pygame-2.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pygame/pygame-2.1.2.ebuild b/dev-python/pygame/pygame-2.1.2.ebuild index fed06bb2f71f..cbcc38720110 100644 --- a/dev-python/pygame/pygame-2.1.2.ebuild +++ b/dev-python/pygame/pygame-2.1.2.ebuild @@ -65,7 +65,7 @@ python_test() { local -x SDL_VIDEODRIVER=dummy local -x SDL_AUDIODRIVER=disk distutils_install_for_testing --via-root - script -eqc "${EPYTHON} -m pygame.tests" || die + script -eqc "${EPYTHON} -m pygame.tests -v" || die } python_install() {