Skip to content

Commit 5fc2933

Browse files
committed
Allow verbose output for PGO runs in _runtest function
1 parent 7b15873 commit 5fc2933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/libregrtest/single.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def _runtest(result: TestResult, runtests: RunTests) -> None:
283283
try:
284284
setup_tests(runtests)
285285

286-
if output_on_failure:
286+
if output_on_failure or runtests.pgo:
287287
support.verbose = True
288288

289289
stream = io.StringIO()

0 commit comments

Comments
 (0)