From 6fa47bdb237106142ab879ef71fad51e3f75104f Mon Sep 17 00:00:00 2001 From: Oren Cohen Date: Mon, 11 Feb 2019 10:38:41 +0200 Subject: [PATCH] Update test.py --- tools/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test.py b/tools/test.py index 0c7ee08300..3e0996a2b1 100644 --- a/tools/test.py +++ b/tools/test.py @@ -214,7 +214,7 @@ if __name__ == '__main__': args_error(parser, "argument --build is required") if mcu_secured and not is_relative_to_root(options.source_dir): - options.source_dir = ROOT + base_source_paths = ROOT else: base_source_paths = options.source_dir