@@ -383,7 +383,6 @@ def execute_thread_slice(self, q, target, toolchains, clean, test_ids, build_rep
383
383
build_mbed_libs_result = build_mbed_libs (
384
384
T , toolchain ,
385
385
clean = clean_mbed_libs_options ,
386
- verbose = self .opts_verbose ,
387
386
jobs = self .opts_jobs ,
388
387
report = build_report ,
389
388
properties = build_properties ,
@@ -463,7 +462,6 @@ def execute_thread_slice(self, q, target, toolchains, clean, test_ids, build_rep
463
462
build_lib (lib_id ,
464
463
T ,
465
464
toolchain ,
466
- verbose = self .opts_verbose ,
467
465
clean = clean_mbed_libs_options ,
468
466
jobs = self .opts_jobs ,
469
467
report = build_report ,
@@ -509,7 +507,7 @@ def execute_thread_slice(self, q, target, toolchains, clean, test_ids, build_rep
509
507
try :
510
508
path = build_project (test .source_dir , join (build_dir , test_id ), T ,
511
509
toolchain , test .dependencies , clean = clean_project_options ,
512
- verbose = self . opts_verbose , name = project_name , macros = MACROS ,
510
+ name = project_name , macros = MACROS ,
513
511
inc_dirs = INC_DIRS , jobs = self .opts_jobs , report = build_report ,
514
512
properties = build_properties , project_id = test_id ,
515
513
project_description = test .get_description (),
0 commit comments