commit:     9f44650e08a68f14223d57aa66fb055d1e01c497
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 11 07:08:48 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Sep 11 07:53:18 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f44650e

dev-python/stormpath: Drop unncessary die

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

 dev-python/stormpath/stormpath-2.0.8.ebuild | 3 ++-
 dev-python/stormpath/stormpath-2.0.9.ebuild | 2 +-
 dev-python/stormpath/stormpath-2.1.1.ebuild | 3 ++-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-python/stormpath/stormpath-2.0.8.ebuild 
b/dev-python/stormpath/stormpath-2.0.8.ebuild
index 1a69f90..ba2db58 100644
--- a/dev-python/stormpath/stormpath-2.0.8.ebuild
+++ b/dev-python/stormpath/stormpath-2.0.8.ebuild
@@ -3,6 +3,7 @@
 # $Id$
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
 
 inherit distutils-r1 vcs-snapshot
@@ -49,7 +50,7 @@ python_compile_all() {
 }
 
 python_test() {
-       esetup.py test || die "tests failed under ${EPYTYHON}"
+       esetup.py test
 }
 
 python_install_all() {

diff --git a/dev-python/stormpath/stormpath-2.0.9.ebuild 
b/dev-python/stormpath/stormpath-2.0.9.ebuild
index 084b5d1..ac212dd 100644
--- a/dev-python/stormpath/stormpath-2.0.9.ebuild
+++ b/dev-python/stormpath/stormpath-2.0.9.ebuild
@@ -39,7 +39,7 @@ python_compile_all() {
 }
 
 python_test() {
-       esetup.py test || die "tests failed under ${EPYTYHON}"
+       esetup.py test
 }
 
 python_install_all() {

diff --git a/dev-python/stormpath/stormpath-2.1.1.ebuild 
b/dev-python/stormpath/stormpath-2.1.1.ebuild
index 539c56c..8b395da 100644
--- a/dev-python/stormpath/stormpath-2.1.1.ebuild
+++ b/dev-python/stormpath/stormpath-2.1.1.ebuild
@@ -3,6 +3,7 @@
 # $Id$
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
 
 inherit distutils-r1 vcs-snapshot
@@ -40,7 +41,7 @@ python_compile_all() {
 }
 
 python_test() {
-       esetup.py test || die "tests failed under ${EPYTYHON}"
+       esetup.py test
 }
 
 python_install_all() {

Reply via email to