Skip to content

Commit 3e14504

Browse files
committed
Update end_to_end_test_utilities.py
1 parent 9db248f commit 3e14504

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/scripts/end_to_end_test_utilities.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ def run_trace_test(cwd: pathlib.Path, config: TestConfig, expected_improvement_p
206206
return False
207207

208208
functions_traced = re.search(r"Traced (\d+) function calls successfully and replay test created at - (.*)$", stdout)
209+
logging.info(stdout)
209210
if not functions_traced:
210211
logging.error("Failed to find traced functions in output")
211212
return False

0 commit comments

Comments
 (0)