projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cfb464
)
dev-python/pyxattr: Make tests verbose
author
Michał Górny
<mgorny@gentoo.org>
Tue, 24 Apr 2018 16:03:39 +0000
(18:03 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Tue, 24 Apr 2018 16:08:59 +0000
(18:08 +0200)
dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild
b/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild
index eab5d45fc294e7df5a483f95807622eeab859aeb..426732b4ae688f4cbc85f4931118698a5094d3e6 100644
(file)
--- a/
dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild
+++ b/
dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild
@@
-60,7
+60,7
@@
src_test() {
}
python_test() {
- nosetests || die "Tests fail with ${EPYTHON}"
+ nosetests
-v
|| die "Tests fail with ${EPYTHON}"
}
python_install_all() {