From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 51001138206 for ; Mon, 25 Apr 2016 21:58:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0942E21C012; Mon, 25 Apr 2016 21:58:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 702D521C012 for ; Mon, 25 Apr 2016 21:58:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2E287340A51 for ; Mon, 25 Apr 2016 21:58:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0148895D for ; Mon, 25 Apr 2016 21:58:33 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1461621498.d8552bfbd77f0d0f98bc8f86131ad6a4dc0de957.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/letsencrypt/letsencrypt-9999.ebuild X-VCS-Directories: app-crypt/letsencrypt/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: d8552bfbd77f0d0f98bc8f86131ad6a4dc0de957 X-VCS-Branch: master Date: Mon, 25 Apr 2016 21:58:33 +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: a758f51f-4b90-4bbc-a38b-11cfc68f3557 X-Archives-Hash: fafe2911e40007e67da1685cdb864718 commit: d8552bfbd77f0d0f98bc8f86131ad6a4dc0de957 Author: Manuel Rüger gentoo org> AuthorDate: Mon Apr 25 21:52:30 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Apr 25 21:58:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8552bfb app-crypt/letsencrypt: Fix test call Package-Manager: portage-2.2.28 app-crypt/letsencrypt/letsencrypt-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/letsencrypt/letsencrypt-9999.ebuild b/app-crypt/letsencrypt/letsencrypt-9999.ebuild index 0ef00d4..f3ae0c6 100644 --- a/app-crypt/letsencrypt/letsencrypt-9999.ebuild +++ b/app-crypt/letsencrypt/letsencrypt-9999.ebuild @@ -42,5 +42,5 @@ DEPEND="test? ( ${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" python_test() { - nosetests -w ${PN}/tests || die + nosetests certbot || die }