Add --no-self-upgrade to test farm test. (#5095)

This commit is contained in:
Brad Warren 2017-09-14 17:33:32 -07:00 committed by GitHub
parent 7d0a77ffcf
commit 4bc0c83ca7

View file

@ -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