mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-06-13 07:17:28 -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