projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d09d92
)
dev-python/lit: Make tests more verbose
author
Michał Górny
<mgorny@gentoo.org>
Sat, 30 Sep 2017 21:24:27 +0000
(23:24 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 1 Oct 2017 09:02:16 +0000
(11:02 +0200)
dev-python/lit/lit-9999.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/lit/lit-9999.ebuild
b/dev-python/lit/lit-9999.ebuild
index 530fdbfb2124e707884580396c03dd5245a21c6d..063e1421607b9438df162e97f0d3f07b2d686a79 100644
(file)
--- a/
dev-python/lit/lit-9999.ebuild
+++ b/
dev-python/lit/lit-9999.ebuild
@@
-29,5
+29,5
@@
DEPEND="
# TODO: move the manpage generation here (from sys-devel/llvm)
python_test() {
- ./lit.py -
s
v tests || die
+ ./lit.py -
v
v tests || die
}