Skip to content

Commit aebda11

Browse files
author
Olli-Pekka Puolitaival
committed
Use very verbose to see more details in case of problem
1 parent c99b150 commit aebda11

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)