diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-11 09:11:12 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-11 09:53:19 +0200 |
commit | c51cd05c06a3bf77ca397cb2aa47daa61b243429 (patch) | |
tree | dc56d18edca921e778617881e2d5f29fc6da8c1c /dev-python/testtools | |
parent | dev-python/translationstring: Drop unnecessary die (diff) | |
download | gentoo-c51cd05c06a3bf77ca397cb2aa47daa61b243429.tar.gz gentoo-c51cd05c06a3bf77ca397cb2aa47daa61b243429.tar.bz2 gentoo-c51cd05c06a3bf77ca397cb2aa47daa61b243429.zip |
dev-python/testtools: Drop unncessary die
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/testtools')
-rw-r--r-- | dev-python/testtools/testtools-1.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/testtools/testtools-1.5.0.ebuild b/dev-python/testtools/testtools-1.5.0.ebuild index c18fc3d85cb2..2f61284724d4 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() { |