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:
Diffstat (limited to 'tests/boulder-integration.sh')
-rwxr-xr-xtests/boulder-integration.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/boulder-integration.sh b/tests/boulder-integration.sh
deleted file mode 100755
index 3e16fcbbc..000000000
--- a/tests/boulder-integration.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-set -e
-
-if [ "$INTEGRATION_TEST" = "certbot" ]; then
- tests/certbot-boulder-integration.sh
-elif [ "$INTEGRATION_TEST" = "nginx" ]; then
- certbot-nginx/tests/boulder-integration.sh
-else
- tests/certbot-boulder-integration.sh
- # Most CI systems set this variable to true.
- # If the tests are running as part of CI, Nginx should be available.
- if ${CI:-false} || type nginx; then
- certbot-nginx/tests/boulder-integration.sh
- fi
-fi