dev-python/path-py: Better to ||die on failed tests

This commit is contained in:
Michał Górny
2018-02-21 15:51:35 +01:00
parent 0574f26429
commit 98f037f8e0

View File

@@ -34,5 +34,5 @@ python_prepare_all() {
}
python_test() {
py.test -v
py.test -v || die
}