diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-15 10:11:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-15 10:39:03 +0100 |
commit | 9ecbcf25643067edd5d3aa71d1331588935a06da (patch) | |
tree | f4289911eee04407c1b6a1c10373d988bbfd6ad3 /dev-python/pygame | |
parent | sys-fabric/ibacm: treeclean (diff) | |
download | gentoo-9ecbcf25643067edd5d3aa71d1331588935a06da.tar.gz gentoo-9ecbcf25643067edd5d3aa71d1331588935a06da.tar.bz2 gentoo-9ecbcf25643067edd5d3aa71d1331588935a06da.zip |
dev-python/pygame: Run tests verbosely
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pygame')
-rw-r--r-- | dev-python/pygame/pygame-2.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |