mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
gh-135489: Show verbose output for failing tests during PGO profiling step with --enable-optimizations (#135512)
This commit is contained in:
parent
7c685894cd
commit
5b3a826888
2 changed files with 2 additions and 1 deletions
|
|
@ -283,7 +283,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()
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Show verbose output for failing tests during PGO profiling step with --enable-optimizations.
|
||||
Loading…
Add table
Add a link
Reference in a new issue