Skip to content

Commit be7c2e8

Browse files
kartbenjhedberg
authored andcommitted
scripts: gen_boards_catalog.py: add verbose flag to Twister
Pass verbose flag to Twister to get better insights into what boards are being built and see progress. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent b6d45e1 commit be7c2e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/_scripts/gen_boards_catalog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ def run_twister_cmake_only(outdir, vendor_filter):
207207
*[arg for path in EDT_PICKLE_PATHS for arg in ('--keep-artifacts', path)],
208208
*[arg for path in RUNNERS_YAML_PATHS for arg in ('--keep-artifacts', path)],
209209
"--cmake-only",
210+
"-v",
210211
"--outdir",
211212
str(outdir),
212213
]

0 commit comments

Comments
 (0)