From 435266b80ca5ec1e6a3474ea3a874e78b80597f5 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 12 Oct 2022 10:44:33 -0700 Subject: [PATCH] flush? --- certbot-ci/certbot_integration_tests/utils/acme_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: