Skip to content

Commit

Permalink
dev-python/python-bugzilla: Fix handling test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Jul 18, 2018
1 parent c695ec6 commit cbd3db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ DEPEND="${RDEPEND}
"

python_test() {
"${EPYTHON}" ./setup.py test
"${EPYTHON}" ./setup.py test || die "Tests fail with ${EPYTHON}"
}

0 comments on commit cbd3db9

Please sign in to comment.