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 }