dev-python/testtools: Drop unncessary die

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-09-11 09:11:12 +02:00
parent 4b81bb4637
commit c51cd05c06

View File

@@ -34,7 +34,7 @@ python_compile_all() {
}
python_test() {
esetup.py test || die "tests failed under ${EPYTHON}"
esetup.py test
}
python_install_all() {