mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
fix test_tests.sh (#5478)
This commit is contained in:
parent
a1aba5842e
commit
a2239baa45
1 changed files with 4 additions and 2 deletions
|
|
@ -1,11 +1,13 @@
|
|||
#!/bin/sh -xe
|
||||
|
||||
LE_AUTO="letsencrypt/letsencrypt-auto-source/letsencrypt-auto"
|
||||
LE_AUTO="$LE_AUTO --debug --no-self-upgrade --non-interactive"
|
||||
MODULES="acme certbot certbot_apache certbot_nginx"
|
||||
VENV_NAME=venv
|
||||
|
||||
# *-auto respects VENV_PATH
|
||||
letsencrypt/certbot-auto --debug --os-packages-only --non-interactive
|
||||
LE_AUTO_SUDO="" VENV_PATH=$VENV_NAME letsencrypt/certbot-auto --debug --no-bootstrap --non-interactive --version
|
||||
$LE_AUTO --os-packages-only
|
||||
LE_AUTO_SUDO="" VENV_PATH="$VENV_NAME" $LE_AUTO --no-bootstrap --version
|
||||
. $VENV_NAME/bin/activate
|
||||
|
||||
# change to an empty directory to ensure CWD doesn't affect tests
|
||||
|
|
|
|||
Loading…
Reference in a new issue