summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-09-30 23:24:27 +0200
committerMichał Górny <mgorny@gentoo.org>2017-10-01 11:02:16 +0200
commit0b2d2680e129aa477d0e8fe3ac8561ad0e63c3fc (patch)
tree4b1c65d2c1ebc9ff59c0932b8cbf6248d7b102b9
parentdev-python/rpy: Bump (diff)
downloadgentoo-0b2d2680.tar.gz
gentoo-0b2d2680.tar.bz2
gentoo-0b2d2680.zip
dev-python/lit: Make tests more verbose
-rw-r--r--dev-python/lit/lit-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/lit/lit-9999.ebuild b/dev-python/lit/lit-9999.ebuild
index 530fdbfb2124..063e1421607b 100644
--- 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 -sv tests || die
+ ./lit.py -vv tests || die
}