From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B366D1396D0 for ; Sun, 1 Oct 2017 09:03:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C59D22BC004; Sun, 1 Oct 2017 09:03:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B25C2BC004 for ; Sun, 1 Oct 2017 09:03:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46DB334186E for ; Sun, 1 Oct 2017 09:03:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C969283F7 for ; Sun, 1 Oct 2017 09:03:04 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1506848536.0b2d2680e129aa477d0e8fe3ac8561ad0e63c3fc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/lit/lit-9999.ebuild X-VCS-Directories: dev-python/lit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0b2d2680e129aa477d0e8fe3ac8561ad0e63c3fc X-VCS-Branch: master Date: Sun, 1 Oct 2017 09:03:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 98f431e3-5d8d-4510-827b-8a85512f14d9 X-Archives-Hash: 7f7272d600879c5eb586d314ee7b40d8 commit: 0b2d2680e129aa477d0e8fe3ac8561ad0e63c3fc Author: Michał Górny gentoo org> AuthorDate: Sat Sep 30 21:24:27 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 1 09:02:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b2d2680 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 530fdbfb212..063e1421607 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 }