diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-04-20 21:00:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-20 21:06:35 +0200 |
commit | 5648f34a63f38c83dcf44985c3a48b774143f1c2 (patch) | |
tree | 99b95df10ac7b3e3429eee43388191f858eafebb /dev-python/testscenarios | |
parent | dev-python/testscenarios: Fix ignoring test failures (diff) | |
download | gentoo-5648f34a63f38c83dcf44985c3a48b774143f1c2.tar.gz gentoo-5648f34a63f38c83dcf44985c3a48b774143f1c2.tar.bz2 gentoo-5648f34a63f38c83dcf44985c3a48b774143f1c2.zip |
dev-python/testscenarios: Make tests verbose
Diffstat (limited to 'dev-python/testscenarios')
-rw-r--r-- | dev-python/testscenarios/testscenarios-0.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/testscenarios/testscenarios-0.5.0.ebuild b/dev-python/testscenarios/testscenarios-0.5.0.ebuild index 104483ba87a2..6955aee18da5 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}" } |