diff options
author | louiz’ <louiz@louiz.org> | 2018-08-26 19:04:15 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2018-08-26 19:06:24 +0200 |
commit | e43885c47d59600cbcdb4377af9c85a2781aa1b1 (patch) | |
tree | 8fa127a4fd46da13736062599471f6c76f88fb36 | |
parent | 793831539a7de87b693e20343cb93b07c39c37e1 (diff) | |
download | biboumi-e43885c47d59600cbcdb4377af9c85a2781aa1b1.tar.gz biboumi-e43885c47d59600cbcdb4377af9c85a2781aa1b1.tar.bz2 biboumi-e43885c47d59600cbcdb4377af9c85a2781aa1b1.tar.xz biboumi-e43885c47d59600cbcdb4377af9c85a2781aa1b1.zip |
Flush stdout between each e2e test
-rw-r--r-- | tests/end_to_end/__main__.py | 1 |
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() |