commit | 6b05af6e4389cf10415b7c3bd83c0dd45b10ed26 | [log] [tgz] |
---|---|---|
author | Chaitanya Tata <Chaitanya.Tata@nordicsemi.no> | Tue Sep 05 01:47:48 2023 +0530 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Sep 08 06:04:48 2023 -0400 |
tree | f5819e10ac45bac5a563795688c81ac94f6f135c | |
parent | faa8bb5bb866346787b66e122505b7babbc0c506 [diff] |
twister: handle quotes for configuration options Add support handling quotes for configuration options in extra args by escaping them properly instead of removing the quotes altogether. For other options in extra_args quotes are removes as usual. Add similar support in west build command also. Add a unit test to check this functionality. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>