summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-04-25 23:58:06 +0200
committerManuel Rüger <mrueg@gentoo.org>2016-04-25 23:58:18 +0200
commit5175a8405f25baa653ea8307ea8cb57a8e08baaa (patch)
tree4a892faff6665f0869ce78f200260f2acbc1e11a
parentapp-crypt/letsencrypt: Fix test call (diff)
downloadgentoo-5175a8405f25baa653ea8307ea8cb57a8e08baaa.tar.gz
gentoo-5175a8405f25baa653ea8307ea8cb57a8e08baaa.tar.bz2
gentoo-5175a8405f25baa653ea8307ea8cb57a8e08baaa.zip
app-crypt/letsencrypt-apache: Fix test call
Package-Manager: portage-2.2.28
-rw-r--r--app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild4
1 files 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 dcd0d070be9a..adbfe9e3c8f1 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
}