projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1a6691
)
app-crypt/letsencrypt: Fix test call
author
Manuel Rüger
<mrueg@gentoo.org>
Mon, 25 Apr 2016 21:52:30 +0000
(23:52 +0200)
committer
Manuel Rüger
<mrueg@gentoo.org>
Mon, 25 Apr 2016 21:58:18 +0000
(23:58 +0200)
Package-Manager: portage-2.2.28
app-crypt/letsencrypt/letsencrypt-9999.ebuild
patch
|
blob
|
history
diff --git
a/app-crypt/letsencrypt/letsencrypt-9999.ebuild
b/app-crypt/letsencrypt/letsencrypt-9999.ebuild
index 0ef00d4fa434f6a569b1f2198b5e3e1e316c472f..f3ae0c66593775522a4aa77e1c1d6a944f71f53a 100644
(file)
--- 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
}