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 B0357138206 for ; Mon, 25 Apr 2016 22:01:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A109E086B; Mon, 25 Apr 2016 22:01:27 +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 41D08E086B for ; Mon, 25 Apr 2016 22:01:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A2616340931 for ; Mon, 25 Apr 2016 22:01:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 916F195D for ; Mon, 25 Apr 2016 22:01:21 +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: <1461621672.24875edbe7202dd20af5051c598f4f239be8f31d.mrueg@gentoo> Subject: [gentoo-commits] dev/mrueg:master commit in: app-crypt/letsencrypt-nginx/ X-VCS-Repository: dev/mrueg X-VCS-Files: app-crypt/letsencrypt-nginx/letsencrypt-nginx-9999.ebuild X-VCS-Directories: app-crypt/letsencrypt-nginx/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 24875edbe7202dd20af5051c598f4f239be8f31d X-VCS-Branch: master Date: Mon, 25 Apr 2016 22:01:21 +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: 4d218e59-bf54-49e2-89d4-109e89898e91 X-Archives-Hash: 3ce0069e80432393fe869ed07c7ee53a commit: 24875edbe7202dd20af5051c598f4f239be8f31d Author: Manuel Rüger gentoo org> AuthorDate: Mon Apr 25 22:01:12 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Apr 25 22:01:12 2016 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=24875edb app-crypt/letsencrypt-nginx: Fix test call Package-Manager: portage-2.2.28 app-crypt/letsencrypt-nginx/letsencrypt-nginx-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-crypt/letsencrypt-nginx/letsencrypt-nginx-9999.ebuild b/app-crypt/letsencrypt-nginx/letsencrypt-nginx-9999.ebuild index 19dd136..da428c7 100644 --- a/app-crypt/letsencrypt-nginx/letsencrypt-nginx-9999.ebuild +++ b/app-crypt/letsencrypt-nginx/letsencrypt-nginx-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -26,8 +26,8 @@ DEPEND="test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] ) dev-python/setuptools[${PYTHON_USEDEP}]" -S=${WORKDIR}/${P}/${PN} +S=${WORKDIR}/${P}/certbot-nginx python_test() { - nosetests -w ${PN/-/_}/tests || die + nosetests || die }