dev-python/path-py: Better to ||die on failed tests
authorMichał Górny <mgorny@gentoo.org>
Wed, 21 Feb 2018 14:51:35 +0000 (15:51 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 21 Feb 2018 17:20:05 +0000 (18:20 +0100)
dev-python/path-py/path-py-10.3.1.ebuild

index efd60c7a6772a26a24f6d2423ba162fd028e543c..baf04feb81f0557fe2e77756810a54c5326a0aab 100644 (file)
@@ -34,5 +34,5 @@ python_prepare_all() {
 }
 
 python_test() {
-       py.test -v
+       py.test -v || die
 }