Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lit/
Date: Sun, 01 Oct 2017 09:03:08
Message-Id: 1506848536.0b2d2680e129aa477d0e8fe3ac8561ad0e63c3fc.mgorny@gentoo
1 commit: 0b2d2680e129aa477d0e8fe3ac8561ad0e63c3fc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 21:24:27 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 1 09:02:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b2d2680
7
8 dev-python/lit: Make tests more verbose
9
10 dev-python/lit/lit-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/lit/lit-9999.ebuild b/dev-python/lit/lit-9999.ebuild
14 index 530fdbfb212..063e1421607 100644
15 --- a/dev-python/lit/lit-9999.ebuild
16 +++ b/dev-python/lit/lit-9999.ebuild
17 @@ -29,5 +29,5 @@ DEPEND="
18 # TODO: move the manpage generation here (from sys-devel/llvm)
19
20 python_test() {
21 - ./lit.py -sv tests || die
22 + ./lit.py -vv tests || die
23 }