mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:41:53 +02:00
Do things in the correct and new-fashioned way
This commit is contained in:
@@ -58,7 +58,7 @@ fi
|
|||||||
|
|
||||||
if [ "$OS_TYPE" = "ubuntu" ] ; then
|
if [ "$OS_TYPE" = "ubuntu" ] ; then
|
||||||
export LETSENCRYPT="$HOME/.local/share/letsencrypt/bin/letsencrypt"
|
export LETSENCRYPT="$HOME/.local/share/letsencrypt/bin/letsencrypt"
|
||||||
tests/apache-conf-files/hackish-apache-test --debian-modules
|
venv/bin/tox apacheconftest
|
||||||
else
|
else
|
||||||
echo Not running hackish apache tests on $OS_TYPE
|
echo Not running hackish apache tests on $OS_TYPE
|
||||||
fi
|
fi
|
||||||
@@ -69,5 +69,5 @@ fi
|
|||||||
|
|
||||||
# return error if any of the subtests failed
|
# return error if any of the subtests failed
|
||||||
if [ "$FAIL" = 1 ] ; then
|
if [ "$FAIL" = 1 ] ; then
|
||||||
return 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user