Skip to content

Commit 2c6fe1f

Browse files
authored
Merge pull request #3518 from bridadan/fix_test_macros_with_app_json
Preventing app_config from clobbering CLI macros
2 parents 110deed + 3baeb8a commit 2c6fe1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2133,7 +2133,7 @@ def build_tests(tests, base_source_paths, build_path, target, toolchain_name,
21332133
base_path = norm_relative_path(build_path, execution_directory)
21342134

21352135
target_name = target if isinstance(target, str) else target.name
2136-
cfg, macros, features = get_config(base_source_paths, target_name, toolchain_name)
2136+
cfg, _, _ = get_config(base_source_paths, target_name, toolchain_name)
21372137

21382138
baud_rate = 9600
21392139
if 'platform.stdio-baud-rate' in cfg:

0 commit comments

Comments
 (0)