1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Do things in the correct and new-fashioned way

This commit is contained in:
Peter Eckersley
2015-12-22 17:09:45 -08:00
parent 23e8d6c641
commit 237472c361

View File

@@ -58,7 +58,7 @@ fi
if [ "$OS_TYPE" = "ubuntu" ] ; then
export LETSENCRYPT="$HOME/.local/share/letsencrypt/bin/letsencrypt"
tests/apache-conf-files/hackish-apache-test --debian-modules
venv/bin/tox apacheconftest
else
echo Not running hackish apache tests on $OS_TYPE
fi
@@ -69,5 +69,5 @@ fi
# return error if any of the subtests failed
if [ "$FAIL" = 1 ] ; then
return 1
exit 1
fi