commit: 5175a8405f25baa653ea8307ea8cb57a8e08baaa
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 21:58:06 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 21:58:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5175a840
app-crypt/letsencrypt-apache: Fix test call
Package-Manager: portage-2.2.28
app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild
b/app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild
index dcd0d07..adbfe9e 100644
--- a/app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild
+++ b/app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild
@@ -27,8 +27,8 @@ DEPEND="test? ( ${RDEPEND}
dev-python/nose[${PYTHON_USEDEP}] )
dev-python/setuptools[${PYTHON_USEDEP}]"
-S=${WORKDIR}/${P}/${PN}
+S=${WORKDIR}/${P}/certbot-apache
python_test() {
- nosetests -w ${PN/-/_}/tests || die
+ nosetests || die
}