mirror of https://github.com/ARMmbed/mbed-os.git
Enable verbose builds when running example build tests
parent
f31ea01237
commit
fd4cd43043
|
@ -356,7 +356,7 @@ def compile_repos(config, toolchains, targets, examples):
|
|||
example['features']):
|
||||
print("Compiling %s for %s, %s" % (name, target, toolchain))
|
||||
proc = subprocess.Popen(["mbed-cli", "compile", "-t", toolchain,
|
||||
"-m", target, "--silent"])
|
||||
"-m", target, "-v"])
|
||||
proc.wait()
|
||||
example_summary = "{} {} {}".format(name, target, toolchain)
|
||||
if proc.returncode:
|
||||
|
|
Loading…
Reference in New Issue