This commit is contained in:
Brad Warren 2022-10-12 10:44:33 -07:00
parent bf1a6449a3
commit 435266b80c

View file

@ -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: