mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #1292 from PrzemekWirkus/bugfix_missing_verbose_flag2
Tools: Added verbose mode to mbed library build when using singletest.pypull/1144/merge
commit
e91a34240e
|
@ -348,6 +348,7 @@ class SingleTestRunner(object):
|
||||||
toolchain,
|
toolchain,
|
||||||
options=build_mbed_libs_options,
|
options=build_mbed_libs_options,
|
||||||
clean=clean_mbed_libs_options,
|
clean=clean_mbed_libs_options,
|
||||||
|
verbose=self.opts_verbose,
|
||||||
jobs=self.opts_jobs)
|
jobs=self.opts_jobs)
|
||||||
|
|
||||||
if not build_mbed_libs_result:
|
if not build_mbed_libs_result:
|
||||||
|
|
Loading…
Reference in New Issue