Skip to content

Commit 23a7db3

Browse files
committed
Update trace_benchmarks.py
1 parent bf0025b commit 23a7db3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codeflash/benchmarking/trace_benchmarks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def trace_benchmarks_pytest(
3434
timeout=timeout,
3535
)
3636
logger.info(f"ran with args: {result.args}")
37+
logger.info(f"Pytest output: {result.stderr}")
3738
if result.returncode != 0:
3839
if "ERROR collecting" in result.stdout:
3940
# Pattern matches "===== ERRORS =====" (any number of =) and captures everything after

0 commit comments

Comments
 (0)