more more

This commit is contained in:
Brad Warren 2019-08-27 10:59:20 -07:00
parent 7fd537e050
commit 28eb7ba5c4
2 changed files with 2 additions and 1 deletions

View file

@ -46,7 +46,7 @@ def _prepare_args_env(certbot_args, directory_url, http_01_port, tls_alpn_01_por
universal_newlines=True, stderr=subprocess.STDOUT,
cwd=workspace)
except BaseException as e:
print(e)
print(e.output)
raise
# Typical response is: output = 'certbot 0.31.0.dev0'
version_str = version_output.split(' ')[1].strip()

View file

@ -254,6 +254,7 @@ setenv = {[testenv:py27-oldest]setenv}
commands =
{[base]pip_install} certbot-nginx
{[base]pip_install} certbot-ci
env
certbot --version
pytest certbot-ci/certbot_integration_tests/nginx_tests \
--acme-server={env:ACME_SERVER:pebble}