Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/
Date: Mon, 25 Apr 2016 21:58:41
Message-Id: 1461621498.d8552bfbd77f0d0f98bc8f86131ad6a4dc0de957.mrueg@gentoo
1 commit: d8552bfbd77f0d0f98bc8f86131ad6a4dc0de957
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 25 21:52:30 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 25 21:58:18 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8552bfb
7
8 app-crypt/letsencrypt: Fix test call
9
10 Package-Manager: portage-2.2.28
11
12 app-crypt/letsencrypt/letsencrypt-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-crypt/letsencrypt/letsencrypt-9999.ebuild b/app-crypt/letsencrypt/letsencrypt-9999.ebuild
16 index 0ef00d4..f3ae0c6 100644
17 --- a/app-crypt/letsencrypt/letsencrypt-9999.ebuild
18 +++ b/app-crypt/letsencrypt/letsencrypt-9999.ebuild
19 @@ -42,5 +42,5 @@ DEPEND="test? ( ${RDEPEND}
20 dev-python/setuptools[${PYTHON_USEDEP}]"
21
22 python_test() {
23 - nosetests -w ${PN}/tests || die
24 + nosetests certbot || die
25 }