From cc3702f2d12de1b0377165f0099d26ec5def1a61 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 16 Aug 2018 11:08:38 -0700 Subject: [PATCH] Use INTEGRATION_TEST in script --- tests/boulder-integration.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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