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 C0BDA138334 for ; Tue, 16 Jul 2019 15:33:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECA2FE0821; Tue, 16 Jul 2019 15:33:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BD8A3E0821 for ; Tue, 16 Jul 2019 15:33:11 +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 5276C347D89 for ; Tue, 16 Jul 2019 15:33:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFE706EA for ; Tue, 16 Jul 2019 15:33:07 +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: <1563290931.60596b4a8a7419c3c9844f1a15c49fc6fd772ad3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-musicbrainz-ngs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.6.ebuild X-VCS-Directories: dev-python/python-musicbrainz-ngs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 60596b4a8a7419c3c9844f1a15c49fc6fd772ad3 X-VCS-Branch: master Date: Tue, 16 Jul 2019 15:33:07 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c4712cc9-df38-4090-880e-c91f9b81bd23 X-Archives-Hash: 394e68cf29767d99aea3401349d03e86 commit: 60596b4a8a7419c3c9844f1a15c49fc6fd772ad3 Author: Michał Górny gentoo org> AuthorDate: Tue Jul 16 15:28:51 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jul 16 15:28:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60596b4a dev-python/python-musicbrainz-ngs: Increase test verbosity Signed-off-by: Michał Górny gentoo.org> dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.6.ebuild b/dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.6.ebuild index 4c2de26e499..0a6996ca9ef 100644 --- a/dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.6.ebuild +++ b/dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.6.ebuild @@ -37,7 +37,7 @@ python_compile_all() { } python_test() { - esetup.py test + esetup.py test --verbosity=2 } python_install_all() {