mirror of https://github.com/ARMmbed/mbed-os.git
Passing verbose option to build apis in test.py
parent
4f30d61c89
commit
427664c789
|
@ -141,6 +141,7 @@ if __name__ == '__main__':
|
||||||
properties=build_properties,
|
properties=build_properties,
|
||||||
name="mbed-os",
|
name="mbed-os",
|
||||||
macros=options.macros,
|
macros=options.macros,
|
||||||
|
verbose=options.verbose,
|
||||||
archive=False)
|
archive=False)
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
library_build_success = False
|
library_build_success = False
|
||||||
|
@ -155,6 +156,7 @@ if __name__ == '__main__':
|
||||||
report=build_report,
|
report=build_report,
|
||||||
properties=build_properties,
|
properties=build_properties,
|
||||||
macros=options.macros,
|
macros=options.macros,
|
||||||
|
verbose=options.verbose,
|
||||||
jobs=options.jobs)
|
jobs=options.jobs)
|
||||||
|
|
||||||
if not test_build_success:
|
if not test_build_success:
|
||||||
|
|
Loading…
Reference in New Issue