commit: 9ecbcf25643067edd5d3aa71d1331588935a06da
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 15 09:11:16 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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() {