summaryrefslogtreecommitdiff
path: root/dev-python/clang-python/clang-python-4.0.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-07-24 20:42:17 +0200
committerMichał Górny <mgorny@gentoo.org>2017-07-24 21:03:54 +0200
commite302d6b2729bb6f790019fe4f4a7c7969abfa456 (patch)
tree0861e64c3078ad7aaf28db501dd8673d5a353cfb /dev-python/clang-python/clang-python-4.0.0.ebuild
parent9fde20f74bc0f5bdab5668261bac31d6f2be84a5 (diff)
downloadgentoo-e302d6b2729bb6f790019fe4f4a7c7969abfa456.tar.gz
gentoo-e302d6b2729bb6f790019fe4f4a7c7969abfa456.tar.xz
dev-python/clang-python: Die on test failures
Diffstat (limited to 'dev-python/clang-python/clang-python-4.0.0.ebuild')
-rw-r--r--dev-python/clang-python/clang-python-4.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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 dc7e4ee8aaa..c77ee951ec2 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() {