diff options
Diffstat (limited to 'app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild')
-rw-r--r-- | app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild | 4 |
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 } |