dev-python/python-bugzilla: Fix handling test failures

This commit is contained in:
Michał Górny
2018-07-18 16:28:02 +02:00
parent c695ec6a3d
commit cbd3db9b23

View File

@@ -24,5 +24,5 @@ DEPEND="${RDEPEND}
"
python_test() {
"${EPYTHON}" ./setup.py test
"${EPYTHON}" ./setup.py test || die "Tests fail with ${EPYTHON}"
}