diff options
Diffstat (limited to 'dev-python/clang-python/clang-python-5.0.9999.ebuild')
-rw-r--r-- | dev-python/clang-python/clang-python-5.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |