Added verbose mode to mbed library build when using singletest.py -v (verbose) switch

pull/1292/head
Przemek Wirkus 2015-08-07 14:36:20 +01:00
parent 020975119c
commit cefba29822
1 changed files with 1 additions and 0 deletions

View File

@ -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: