From 0b2d2680e129aa477d0e8fe3ac8561ad0e63c3fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 30 Sep 2017 23:24:27 +0200 Subject: [PATCH] dev-python/lit: Make tests more verbose --- dev-python/lit/lit-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/lit/lit-9999.ebuild b/dev-python/lit/lit-9999.ebuild index 530fdbfb2124e..063e1421607b9 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 }