mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Do things in the correct and new-fashioned way
This commit is contained in:
parent
23e8d6c641
commit
237472c361
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue