mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
Don't use --agree-dev-preview in tests. (#7501)
This commit is contained in:
committed by
Adrien Ferrand
parent
3c24ff88cc
commit
78deca4f60
@@ -51,7 +51,7 @@ fi
|
||||
. tests/letstest/scripts/set_python_envvars.sh
|
||||
|
||||
"$VENV_SCRIPT" -e acme[dev] -e .[dev,docs] -e certbot-apache
|
||||
sudo "$VENV_PATH/bin/certbot" -v --debug --text --agree-dev-preview --agree-tos \
|
||||
sudo "$VENV_PATH/bin/certbot" -v --debug --text --agree-tos \
|
||||
--renew-by-default --redirect --register-unsafely-without-email \
|
||||
--domain $PUBLIC_HOSTNAME --server $BOULDER_URL
|
||||
if [ $? -ne 0 ] ; then
|
||||
|
||||
@@ -32,7 +32,7 @@ mkdir -p "$OLD_VENV_BIN"
|
||||
touch "$OLD_VENV_BIN/letsencrypt"
|
||||
|
||||
letsencrypt-auto certonly --no-self-upgrade -v --standalone --debug \
|
||||
--text --agree-dev-preview --agree-tos \
|
||||
--text --agree-tos \
|
||||
--renew-by-default --redirect \
|
||||
--register-unsafely-without-email \
|
||||
--domain $PUBLIC_HOSTNAME --server $BOULDER_URL
|
||||
|
||||
Reference in New Issue
Block a user