Merge pull request #1292 from PrzemekWirkus/bugfix_missing_verbose_flag2

Tools: Added verbose mode to mbed library build when using singletest.py
pull/1144/merge
Martin Kojtal 2015-08-13 10:06:22 +01:00
commit e91a34240e
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: