diff --git a/certbot-ci/certbot_integration_tests/utils/acme_server.py b/certbot-ci/certbot_integration_tests/utils/acme_server.py index c685c3aec..c21d1bd21 100755 --- a/certbot-ci/certbot_integration_tests/utils/acme_server.py +++ b/certbot-ci/certbot_integration_tests/utils/acme_server.py @@ -210,6 +210,8 @@ class ACMEServer: '--force-recreate'], cwd=instance_path) process.wait(MAX_SUBPROCESS_WAIT) + if self._stdout == sys.stdout: + self._launch_process(['docker-compose', 'logs', '-f'], cwd=instance_path) # Wait for the ACME CA server to be up. print('=> Waiting for boulder instance to respond...')