commit:     c51cd05c06a3bf77ca397cb2aa47daa61b243429
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 11 07:11:12 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Sep 11 07:53:19 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c51cd05c

dev-python/testtools: Drop unncessary die

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/testtools/testtools-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/testtools/testtools-1.5.0.ebuild 
b/dev-python/testtools/testtools-1.5.0.ebuild
index c18fc3d..2f61284 100644
--- a/dev-python/testtools/testtools-1.5.0.ebuild
+++ b/dev-python/testtools/testtools-1.5.0.ebuild
@@ -34,7 +34,7 @@ python_compile_all() {
 }
 
 python_test() {
-       esetup.py test || die "tests failed under ${EPYTHON}"
+       esetup.py test
 }
 
 python_install_all() {

Reply via email to