Skip to content

Commit ede6735

Browse files
committed
[nrf toup] sanitycheck: append --board-root args
this was removed in sanitycheck refactor Signed-off-by: Thomas Stilwell <[email protected]>
1 parent 1c29447 commit ede6735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sanitycheck

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3243,7 +3243,7 @@ Artificially long but functional example:
32433243
"%s/scripts/sanity_chk/boards" % ZEPHYR_BASE]
32443244

32453245
parser.add_argument(
3246-
"-A", "--board-root", default=board_root_list,
3246+
"-A", "--board-root", action="append", default=board_root_list,
32473247
help="""Directory to search for board configuration files. All .yaml
32483248
files in the directory will be processed. The directory should have the same
32493249
structure in the main Zephyr tree: boards/<arch>/<board_name>/""")

0 commit comments

Comments
 (0)