dev-python/humanfriendly: Drop unncessary die
authorJustin Lecher <jlec@gentoo.org>
Fri, 11 Sep 2015 06:57:10 +0000 (08:57 +0200)
committerJustin Lecher <jlec@gentoo.org>
Fri, 11 Sep 2015 07:53:13 +0000 (09:53 +0200)
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/humanfriendly/humanfriendly-1.33.ebuild
dev-python/humanfriendly/humanfriendly-1.35.ebuild

index 34fa7dd29e0a1abc8335caadac80f6f5634938d5..70e55d95f77f1f621713c2c05a8ea625919a6068 100644 (file)
@@ -22,5 +22,5 @@ DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]"
 
 python_test() {
-       esetup.py test || die
+       esetup.py test
 }
index 34fa7dd29e0a1abc8335caadac80f6f5634938d5..70e55d95f77f1f621713c2c05a8ea625919a6068 100644 (file)
@@ -22,5 +22,5 @@ DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]"
 
 python_test() {
-       esetup.py test || die
+       esetup.py test
 }