Preventing app_config from clobbering CLI macros

pull/3518/head
Brian Daniels 2017-01-03 13:27:12 -05:00
parent e7361ebc44
commit 3baeb8a8a7
1 changed files with 1 additions and 1 deletions

View File

@ -2133,7 +2133,7 @@ def build_tests(tests, base_source_paths, build_path, target, toolchain_name,
base_path = norm_relative_path(build_path, execution_directory)
target_name = target if isinstance(target, str) else target.name
cfg, macros, features = get_config(base_source_paths, target_name, toolchain_name)
cfg, _, _ = get_config(base_source_paths, target_name, toolchain_name)
baud_rate = 9600
if 'platform.stdio-baud-rate' in cfg: