dev-python/lit: Make tests more verbose
authorMichał Górny <mgorny@gentoo.org>
Sat, 30 Sep 2017 21:24:27 +0000 (23:24 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 1 Oct 2017 09:02:16 +0000 (11:02 +0200)
dev-python/lit/lit-9999.ebuild

index 530fdbfb2124e707884580396c03dd5245a21c6d..063e1421607b9438df162e97f0d3f07b2d686a79 100644 (file)
@@ -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
 }