mirror of https://github.com/ARMmbed/mbed-os.git
Added verbose mode to mbed library build when using singletest.py -v (verbose) switch
parent
020975119c
commit
cefba29822
|
@ -348,6 +348,7 @@ class SingleTestRunner(object):
|
|||
toolchain,
|
||||
options=build_mbed_libs_options,
|
||||
clean=clean_mbed_libs_options,
|
||||
verbose=self.opts_verbose,
|
||||
jobs=self.opts_jobs)
|
||||
|
||||
if not build_mbed_libs_result:
|
||||
|
|
Loading…
Reference in New Issue