Skip to content

Commit 9d1d04b

Browse files
committed
Wrong default
1 parent 649cb4a commit 9d1d04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/chiptest/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ def AllReplYamlTests():
420420
yield test
421421

422422

423-
def AllChipToolYamlTests(use_short_run_name: bool = False):
423+
def AllChipToolYamlTests(use_short_run_name: bool = True):
424424
for test in _AllFoundYamlTests(treat_repl_unsupported_as_in_development=False, treat_dft_unsupported_as_in_development=False, treat_chip_tool_unsupported_as_in_development=True, use_short_run_name=use_short_run_name):
425425
yield test
426426

0 commit comments

Comments
 (0)