mirror of
https://github.com/certbot/certbot.git
synced 2026-03-29 22:04:43 -04:00
Add --no-self-upgrade to test farm test. (#5095)
This commit is contained in:
parent
7d0a77ffcf
commit
4bc0c83ca7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue