summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-backoff')
-rw-r--r--dev-python/python-backoff/python-backoff-1.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-backoff/python-backoff-1.6.0.ebuild b/dev-python/python-backoff/python-backoff-1.6.0.ebuild
index a79914430125..18ceb6574358 100644
--- a/dev-python/python-backoff/python-backoff-1.6.0.ebuild
+++ b/dev-python/python-backoff/python-backoff-1.6.0.ebuild
@@ -21,5 +21,5 @@ S=${WORKDIR}/${MY_P}
DOCS=( README.rst )
python_test() {
- emake test || die "tests failed under ${EPYTHON}"
+ emake test
}