Skip to content

Commit 5f4698f

Browse files
authored
Merge pull request #11382 from OPpuolitaival/very_verbose
Use very verbose to see more details in case of problem
2 parents f023426 + aebda11 commit 5f4698f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test/examples/examples_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ def compile_repos(config, toolchains, targets, profile, verbose, examples):
398398
valid_choices(example['toolchains'], toolchains),
399399
example['features']):
400400

401-
build_command = ["mbed-cli", "compile", "-t", toolchain, "-m", target] + (['-v'] if verbose else [])
401+
build_command = ["mbed-cli", "compile", "-t", toolchain, "-m", target] + (['-vv'] if verbose else [])
402402
if profile:
403403
build_command.append("--profile")
404404
build_command.append(profile)

0 commit comments

Comments
 (0)