diff --git a/test/run_all b/test/run_all index 038b414ef..a41aa6cba 100755 --- a/test/run_all +++ b/test/run_all @@ -175,6 +175,8 @@ class TestRunner(object): def show_report(self): self.tap.flush() + sys.stdout.flush() + sys.stderr.flush() log.debug("Calling 'problems --summary' for report") return call([os.path.abspath("problems"), "--summary", cmd_args.tapfile])