diff --git a/certbot-ci/certbot_integration_tests/utils/acme_server.py b/certbot-ci/certbot_integration_tests/utils/acme_server.py index 8994d0ef0..60f346bd3 100755 --- a/certbot-ci/certbot_integration_tests/utils/acme_server.py +++ b/certbot-ci/certbot_integration_tests/utils/acme_server.py @@ -83,7 +83,7 @@ class ACMEServer: def stop(self) -> None: """Stop the test stack, and clean its resources""" - print('=> Tear down the test infrastructure...') + print('=> Tear down the test infrastructure...', flush=True) try: for process in self._processes: try: