dev-python/clang-python: Die on test failures

This commit is contained in:
Michał Górny
2017-07-24 20:42:17 +02:00
parent 9fde20f74b
commit e302d6b272
4 changed files with 4 additions and 4 deletions

View File

@@ -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() {