dev-python/lit: Make tests more verbose

This commit is contained in:
Michał Górny
2017-09-30 23:24:27 +02:00
parent 3d09d9284c
commit 0b2d2680e1

View 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
}