summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-11 08:57:10 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-11 09:53:13 +0200
commit86b3cfeb744fc50d7072f13a8f723d9b4dd973f7 (patch)
tree85d432e37d7b57aa896aa1ef15c58735295f6376 /dev-python/humanfriendly
parentdev-python/humanfriendly: Version Bump (diff)
downloadgentoo-86b3cfeb744fc50d7072f13a8f723d9b4dd973f7.tar.gz
gentoo-86b3cfeb744fc50d7072f13a8f723d9b4dd973f7.tar.bz2
gentoo-86b3cfeb744fc50d7072f13a8f723d9b4dd973f7.zip
dev-python/humanfriendly: Drop unncessary die
Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/humanfriendly')
-rw-r--r--dev-python/humanfriendly/humanfriendly-1.33.ebuild2
-rw-r--r--dev-python/humanfriendly/humanfriendly-1.35.ebuild2
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 34fa7dd29e0a..70e55d95f77f 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 34fa7dd29e0a..70e55d95f77f 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
}