commit: d8552bfbd77f0d0f98bc8f86131ad6a4dc0de957
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 21:52:30 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=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
}