dev-python/translationstring: Drop unnecessary die
authorJustin Lecher <jlec@gentoo.org>
Fri, 11 Sep 2015 07:10:37 +0000 (09:10 +0200)
committerJustin Lecher <jlec@gentoo.org>
Fri, 11 Sep 2015 07:53:18 +0000 (09:53 +0200)
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/translationstring/translationstring-1.3.ebuild

index 7bb22f349f39037c43e1e4fa925a14d200eb45b1..8d52a848ccfa739fad4a2248c98d4da9ea3392be 100644 (file)
@@ -24,7 +24,7 @@ RDEPEND=""
 DOCS=( COPYRIGHT.txt README.rst )
 
 python_test() {
-       esetup.py test || die
+       esetup.py test
 }
 
 src_install() {