Skip to content

Commit 4e66b9f

Browse files
Jason Barnettclaude
andcommitted
Add show_all_batch_targets to test helper's create_goal_subsystem call
Without this, test_test.py tests that exercise the run_tests goal rule would fail with an AttributeError when accessing the new option. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6747465 commit 4e66b9f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/python/pants/core/goals/test_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ def run_test_rule(
276276
shard="",
277277
batch_size=1,
278278
show_rerun_command=show_rerun_command,
279+
show_all_batch_targets=False,
279280
)
280281
debug_adapter_subsystem = create_subsystem(
281282
DebugAdapterSubsystem,

0 commit comments

Comments
 (0)