diff --git a/tests/boulder-integration.sh b/tests/boulder-integration.sh index 6d51aecce..3e16fcbbc 100755 --- a/tests/boulder-integration.sh +++ b/tests/boulder-integration.sh @@ -2,10 +2,12 @@ set -e -if [ "$TOXENV" != "py27-nginx-oldest" ]; then +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 -fi -if [ "$TOXENV" != "py27-certbot-oldest" ]; then # 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