~singpolyma/biboumi

e43885c47d59600cbcdb4377af9c85a2781aa1b1 — louiz’ 5 years ago 7938315
Flush stdout between each e2e test
1 files changed, 1 insertions(+), 0 deletions(-)

M tests/end_to_end/__main__.py
M tests/end_to_end/__main__.py => tests/end_to_end/__main__.py +1 -0
@@ 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()