Skip to content

Commit fd4cd43

Browse files
committed
Enable verbose builds when running example build tests
1 parent f31ea01 commit fd4cd43

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
@@ -356,7 +356,7 @@ def compile_repos(config, toolchains, targets, examples):
356356
example['features']):
357357
print("Compiling %s for %s, %s" % (name, target, toolchain))
358358
proc = subprocess.Popen(["mbed-cli", "compile", "-t", toolchain,
359-
"-m", target, "--silent"])
359+
"-m", target, "-v"])
360360
proc.wait()
361361
example_summary = "{} {} {}".format(name, target, toolchain)
362362
if proc.returncode:

0 commit comments

Comments
 (0)