mirror of
https://github.com/certbot/certbot.git
synced 2026-07-25 16:20:43 +02:00
Add --no-self-upgrade to test farm test. (#5095)
This commit is contained in:
@@ -38,7 +38,7 @@ if [ "$REVOKED" != 1 ] ; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if ! letsencrypt-auto --help | grep -F "letsencrypt-auto [SUBCOMMAND]"; then
|
||||
if ! letsencrypt-auto --help --no-self-upgrade | grep -F "letsencrypt-auto [SUBCOMMAND]"; then
|
||||
echo "letsencrypt-auto not included in help output!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user