Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@eff.org>2016-04-14 02:58:21 +0300
committerBrad Warren <bmw@eff.org>2016-04-14 02:58:21 +0300
commit4fab8751b28147325b63c9f9bd78e021bce18303 (patch)
tree29d849f090ad4a35312cfc90c6f35b049d40930b /tox.cover.sh
parent3d248d8a60f085bce920e979a4b80067c0cdd8da (diff)
s/letsencrypt/certbot letsencrypt-compatibility-test
Diffstat (limited to 'tox.cover.sh')
-rwxr-xr-xtox.cover.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.cover.sh b/tox.cover.sh
index 7097623be..b40f54c15 100755
--- a/tox.cover.sh
+++ b/tox.cover.sh
@@ -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