Skip to content

Commit 9fd52e7

Browse files
committed
test: remove verbose from buil libs calls
it was removed recently, not used anymore
1 parent 0bbfc61 commit 9fd52e7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/test_api.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,6 @@ def execute_thread_slice(self, q, target, toolchains, clean, test_ids, build_rep
383383
build_mbed_libs_result = build_mbed_libs(
384384
T, toolchain,
385385
clean=clean_mbed_libs_options,
386-
verbose=self.opts_verbose,
387386
jobs=self.opts_jobs,
388387
report=build_report,
389388
properties=build_properties,
@@ -463,7 +462,6 @@ def execute_thread_slice(self, q, target, toolchains, clean, test_ids, build_rep
463462
build_lib(lib_id,
464463
T,
465464
toolchain,
466-
verbose=self.opts_verbose,
467465
clean=clean_mbed_libs_options,
468466
jobs=self.opts_jobs,
469467
report=build_report,
@@ -509,7 +507,7 @@ def execute_thread_slice(self, q, target, toolchains, clean, test_ids, build_rep
509507
try:
510508
path = build_project(test.source_dir, join(build_dir, test_id), T,
511509
toolchain, test.dependencies, clean=clean_project_options,
512-
verbose=self.opts_verbose, name=project_name, macros=MACROS,
510+
name=project_name, macros=MACROS,
513511
inc_dirs=INC_DIRS, jobs=self.opts_jobs, report=build_report,
514512
properties=build_properties, project_id=test_id,
515513
project_description=test.get_description(),

0 commit comments

Comments
 (0)