From: Michał Górny Date: Sat, 30 Sep 2017 21:24:27 +0000 (+0200) Subject: dev-python/lit: Make tests more verbose X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0b2d2680e129aa477d0e8fe3ac8561ad0e63c3fc;p=gentoo.git dev-python/lit: Make tests more verbose --- 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 }