Skip to content

Commit

Permalink
dev-python/authres: Fix discarding test results
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Apr 20, 2017
1 parent 830a783 commit a4d1796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-python/authres/authres-0.800.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ IUSE=""

python_test() {
"${PYTHON}" -c "import sys, ${PN}, doctest; f, t = doctest.testfile('${PN}/tests'); \
sys.exit(bool(f))" || return
sys.exit(bool(f))" || die "Tests fail with ${EPYTHON}"
}

0 comments on commit a4d1796

Please sign in to comment.