From: Michał Górny Date: Wed, 21 Feb 2018 14:51:35 +0000 (+0100) Subject: dev-python/path-py: Better to ||die on failed tests X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=98f037f8e01e00a87320d0b5959cb0114a2adfff;p=gentoo.git dev-python/path-py: Better to ||die on failed tests --- diff --git a/dev-python/path-py/path-py-10.3.1.ebuild b/dev-python/path-py/path-py-10.3.1.ebuild index efd60c7a6772..baf04feb81f0 100644 --- a/dev-python/path-py/path-py-10.3.1.ebuild +++ b/dev-python/path-py/path-py-10.3.1.ebuild @@ -34,5 +34,5 @@ python_prepare_all() { } python_test() { - py.test -v + py.test -v || die }