commit:     1592bcb3eefa4d99350b9ce517f6cf1a6a2815e8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 20:28:59 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 20:34:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1592bcb3

dev-python/hiredis: Fix missing || die

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/hiredis/hiredis-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hiredis/hiredis-1.1.0.ebuild 
b/dev-python/hiredis/hiredis-1.1.0.ebuild
index 9fa9bf3c397..062ab4b7da6 100644
--- a/dev-python/hiredis/hiredis-1.1.0.ebuild
+++ b/dev-python/hiredis/hiredis-1.1.0.ebuild
@@ -27,6 +27,6 @@ src_prepare() {
 }
 
 python_test() {
-       cd test
+       cd test || die
        "${EPYTHON}" -m unittest reader.ReaderTest || die "tests failed"
 }

Reply via email to