mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
more more
This commit is contained in:
parent
7fd537e050
commit
28eb7ba5c4
2 changed files with 2 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
1
tox.ini
1
tox.ini
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue