From 35d1de53a0f93347e8f6873cb61f87a0f2bd50e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu>
Date: Wed, 25 Sep 2019 15:31:00 +0200
Subject: [PATCH] Added missing stdout flush in email test output

---
 tests/test_email.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_email.py b/tests/test_email.py
index 3c99b340..855897ff 100755
--- a/tests/test_email.py
+++ b/tests/test_email.py
@@ -158,6 +158,7 @@ def check_send(sender: str) -> tuple:
         # timeout
         timed_out = waited >= timeout
     sys.stdout.write("\n")
+    sys.stdout.flush()
 
     # check if the sending has timed out
     if timed_out:
-- 
GitLab