From: Michał Górny Date: Mon, 24 Jul 2017 18:42:17 +0000 (+0200) Subject: dev-python/clang-python: Die on test failures X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e302d6b2729bb6f790019fe4f4a7c7969abfa456;p=gentoo.git dev-python/clang-python: Die on test failures --- diff --git a/dev-python/clang-python/clang-python-4.0.0.ebuild b/dev-python/clang-python/clang-python-4.0.0.ebuild index dc7e4ee8aaab..c77ee951ec2f 100644 --- a/dev-python/clang-python/clang-python-4.0.0.ebuild +++ b/dev-python/clang-python/clang-python-4.0.0.ebuild @@ -29,7 +29,7 @@ DEPEND="${RDEPEND} S=${WORKDIR}/cfe-${PV/_/}.src/bindings/python src_test() { - python_foreach_impl nosetests -v + python_foreach_impl nosetests -v || die } src_install() { diff --git a/dev-python/clang-python/clang-python-4.0.1.ebuild b/dev-python/clang-python/clang-python-4.0.1.ebuild index dc7e4ee8aaab..c77ee951ec2f 100644 --- a/dev-python/clang-python/clang-python-4.0.1.ebuild +++ b/dev-python/clang-python/clang-python-4.0.1.ebuild @@ -29,7 +29,7 @@ DEPEND="${RDEPEND} S=${WORKDIR}/cfe-${PV/_/}.src/bindings/python src_test() { - python_foreach_impl nosetests -v + python_foreach_impl nosetests -v || die } src_install() { diff --git a/dev-python/clang-python/clang-python-5.0.9999.ebuild b/dev-python/clang-python/clang-python-5.0.9999.ebuild index 051a3308bd4d..c892681f3410 100644 --- a/dev-python/clang-python/clang-python-5.0.9999.ebuild +++ b/dev-python/clang-python/clang-python-5.0.9999.ebuild @@ -32,7 +32,7 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${P}/bindings/python src_test() { - python_foreach_impl nosetests -v + python_foreach_impl nosetests -v || die } src_install() { diff --git a/dev-python/clang-python/clang-python-9999.ebuild b/dev-python/clang-python/clang-python-9999.ebuild index be306e0a887a..6019ef499996 100644 --- a/dev-python/clang-python/clang-python-9999.ebuild +++ b/dev-python/clang-python/clang-python-9999.ebuild @@ -31,7 +31,7 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${P}/bindings/python src_test() { - python_foreach_impl nosetests -v + python_foreach_impl nosetests -v || die } src_install() {