mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-24 20:48:31 -07:00
dev-python/python-bugzilla: Fix handling test failures
This commit is contained in:
@@ -24,5 +24,5 @@ DEPEND="${RDEPEND}
|
||||
"
|
||||
|
||||
python_test() {
|
||||
"${EPYTHON}" ./setup.py test
|
||||
"${EPYTHON}" ./setup.py test || die "Tests fail with ${EPYTHON}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user