mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
s/letsencrypt/certbot letsencrypt-compatibility-test
This commit is contained in:
+3
-3
@@ -9,7 +9,7 @@
|
||||
# -e makes sure we fail fast and don't submit coveralls submit
|
||||
|
||||
if [ "xxx$1" = "xxx" ]; then
|
||||
pkgs="certbot acme letsencrypt_apache letsencrypt_nginx letshelp_letsencrypt"
|
||||
pkgs="certbot acme certbot_apache certbot_nginx letshelp_letsencrypt"
|
||||
else
|
||||
pkgs="$@"
|
||||
fi
|
||||
@@ -19,9 +19,9 @@ cover () {
|
||||
min=98
|
||||
elif [ "$1" = "acme" ]; then
|
||||
min=100
|
||||
elif [ "$1" = "letsencrypt_apache" ]; then
|
||||
elif [ "$1" = "certbot_apache" ]; then
|
||||
min=100
|
||||
elif [ "$1" = "letsencrypt_nginx" ]; then
|
||||
elif [ "$1" = "certbot_nginx" ]; then
|
||||
min=97
|
||||
elif [ "$1" = "letshelp_letsencrypt" ]; then
|
||||
min=100
|
||||
|
||||
Reference in New Issue
Block a user