certbot/tests/boulder-integration.sh
2018-04-01 07:51:46 -07:00

14 lines
381 B
Bash
Executable file

#!/bin/bash
set -e
if [ "$TOXENV" != "py27-nginx-oldest" ]; then
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
certbot-nginx/tests/boulder-integration.sh
fi
fi