commit: 24875edbe7202dd20af5051c598f4f239be8f31d
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 22:01:12 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> 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
}