Skip to content

Commit

Permalink
Fix when xcschemes.autogeneration_config.test is not set (#3108)
Browse files Browse the repository at this point in the history
Signed-off-by: Brentley Jones <[email protected]>
  • Loading branch information
brentleyjones authored Nov 14, 2024
1 parent 5ec1745 commit 20c1493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcodeproj/internal/xcodeproj_incremental_rule.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def _write_autogeneration_config_file(
args = actions.args()
args.set_param_file_format("multiline")

args.add_all(config.get("test_options"))
args.add_all(config.get("test_options"), ["", ""])
args.add_all(
config.get("scheme_name_exclude_patterns", []),
omit_if_empty = False,
Expand Down

0 comments on commit 20c1493

Please sign in to comment.