Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Lib/test/libregrtest/single.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def _runtest(result: TestResult, runtests: RunTests) -> None:
try:
setup_tests(runtests)

if output_on_failure:
if output_on_failure or runtests.pgo:
support.verbose = True

stream = io.StringIO()
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Show verbose output for failing tests during PGO profiling step with --enable-optimizations.
Loading