commit:     5648f34a63f38c83dcf44985c3a48b774143f1c2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 20 19:00:51 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 20 19:06:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5648f34a

dev-python/testscenarios: Make tests verbose

 dev-python/testscenarios/testscenarios-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/testscenarios/testscenarios-0.5.0.ebuild 
b/dev-python/testscenarios/testscenarios-0.5.0.ebuild
index 104483ba87a..6955aee18da 100644
--- a/dev-python/testscenarios/testscenarios-0.5.0.ebuild
+++ b/dev-python/testscenarios/testscenarios-0.5.0.ebuild
@@ -30,5 +30,5 @@ python_prepare_all() {
 }
 
 python_test() {
-       "${PYTHON}" -m unittest discover || die "Tests fail with ${EPYTHON}"
+       "${PYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}"
 }

Reply via email to