projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0574f26
)
dev-python/path-py: Better to ||die on failed tests
author
Michał Górny
<mgorny@gentoo.org>
Wed, 21 Feb 2018 14:51:35 +0000
(15:51 +0100)
committer
Michał 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
patch
|
blob
|
history
diff --git
a/dev-python/path-py/path-py-10.3.1.ebuild
b/dev-python/path-py/path-py-10.3.1.ebuild
index efd60c7a6772a26a24f6d2423ba162fd028e543c..baf04feb81f0557fe2e77756810a54c5326a0aab 100644
(file)
--- a/
dev-python/path-py/path-py-10.3.1.ebuild
+++ b/
dev-python/path-py/path-py-10.3.1.ebuild
@@
-34,5
+34,5
@@
python_prepare_all() {
}
python_test() {
- py.test -v
+ py.test -v
|| die
}