File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -357,7 +357,7 @@ def __init__(self) -> None:
357357 self .hide_error_codes = False
358358 self .show_error_code_links = False
359359 # Use soft word wrap and show trimmed source snippets with error location markers.
360- self .pretty = False
360+ self .pretty = True
361361 self .dump_graph = False
362362 self .dump_deps = False
363363 self .logical_deps = False
Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ def run_case_once(
128128 options = parse_options (original_program_text , testcase , incremental_step )
129129 options .use_builtins_fixtures = True
130130 options .show_traceback = True
131+ options .pretty = True
131132
132133 # Enable some options automatically based on test file name.
133134 if "columns" in testcase .file :
You can’t perform that action at this time.
0 commit comments