mirror of https://github.com/ARMmbed/mbed-os.git
Update test.py
parent
0ca2615a72
commit
6fa47bdb23
|
|
@ -214,7 +214,7 @@ if __name__ == '__main__':
|
||||||
args_error(parser, "argument --build is required")
|
args_error(parser, "argument --build is required")
|
||||||
|
|
||||||
if mcu_secured and not is_relative_to_root(options.source_dir):
|
if mcu_secured and not is_relative_to_root(options.source_dir):
|
||||||
options.source_dir = ROOT
|
base_source_paths = ROOT
|
||||||
else:
|
else:
|
||||||
base_source_paths = options.source_dir
|
base_source_paths = options.source_dir
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue