summaryrefslogtreecommitdiff
path: root/tests/end_to_end
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2018-08-26 19:04:15 +0200
committerlouiz’ <louiz@louiz.org>2018-08-26 19:06:24 +0200
commite43885c47d59600cbcdb4377af9c85a2781aa1b1 (patch)
tree8fa127a4fd46da13736062599471f6c76f88fb36 /tests/end_to_end
parent793831539a7de87b693e20343cb93b07c39c37e1 (diff)
downloadbiboumi-e43885c47d59600cbcdb4377af9c85a2781aa1b1.tar.gz
biboumi-e43885c47d59600cbcdb4377af9c85a2781aa1b1.tar.bz2
biboumi-e43885c47d59600cbcdb4377af9c85a2781aa1b1.tar.xz
biboumi-e43885c47d59600cbcdb4377af9c85a2781aa1b1.zip
Flush stdout between each e2e test
Diffstat (limited to 'tests/end_to_end')
-rw-r--r--tests/end_to_end/__main__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/end_to_end/__main__.py b/tests/end_to_end/__main__.py
index 24bc492..d57f375 100644
--- a/tests/end_to_end/__main__.py
+++ b/tests/end_to_end/__main__.py
@@ -3379,6 +3379,7 @@ if __name__ == '__main__':
print("You can check the files slixmpp_%s_output.txt and biboumi_%s_output.txt to help you debug." %
(s.name, s.name))
failures += 1
+ sys.stdout.flush()
print("Waiting for irc server to exit…")
irc.stop()