mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/testscenarios: Make tests verbose
This commit is contained in:
@@ -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}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user