commit: 86b3cfeb744fc50d7072f13a8f723d9b4dd973f7
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 11 06:57:10 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Sep 11 07:53:13 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b3cfeb
dev-python/humanfriendly: Drop unncessary die
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/humanfriendly/humanfriendly-1.33.ebuild | 2 +-
dev-python/humanfriendly/humanfriendly-1.35.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/humanfriendly/humanfriendly-1.33.ebuild
b/dev-python/humanfriendly/humanfriendly-1.33.ebuild
index 34fa7dd..70e55d9 100644
--- a/dev-python/humanfriendly/humanfriendly-1.33.ebuild
+++ b/dev-python/humanfriendly/humanfriendly-1.33.ebuild
@@ -22,5 +22,5 @@ DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
python_test() {
- esetup.py test || die
+ esetup.py test
}
diff --git a/dev-python/humanfriendly/humanfriendly-1.35.ebuild
b/dev-python/humanfriendly/humanfriendly-1.35.ebuild
index 34fa7dd..70e55d9 100644
--- a/dev-python/humanfriendly/humanfriendly-1.35.ebuild
+++ b/dev-python/humanfriendly/humanfriendly-1.35.ebuild
@@ -22,5 +22,5 @@ DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
python_test() {
- esetup.py test || die
+ esetup.py test
}