From 13a87c7700332c51fe916f260cf3a027876f63f1 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 29 Jun 2023 10:33:53 -0700 Subject: [PATCH] show test output --- benchmark/benchmark.py | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index 31d0e6a8c..a78e057f5 100755 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -374,6 +374,7 @@ def run_unit_tests(testdir, history_fname): result = runner.run(suite) res = stream.getvalue() + print(res) with history_fname.open("a") as fh: fh.write(f"```\n{res}\n```")