From cc2c0d1800528f307df376524132d3573749c581 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 11 Jul 2022 19:04:00 -0600 Subject: buildman: Drop use of 'boards' in control Use brds instead so that we can reserve 'boards' for a module name. Signed-off-by: Simon Glass --- tools/buildman/func_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/buildman/func_test.py') diff --git a/tools/buildman/func_test.py b/tools/buildman/func_test.py index 812dc924c8d..23627f3b0f2 100644 --- a/tools/buildman/func_test.py +++ b/tools/buildman/func_test.py @@ -239,7 +239,7 @@ class TestFunctional(unittest.TestCase): sys.argv = [sys.argv[0]] + list(args) options, args = cmdline.ParseArgs() result = control.DoBuildman(options, args, toolchains=self._toolchains, - make_func=self._HandleMake, boards=brds or self._boards, + make_func=self._HandleMake, brds=brds or self._boards, clean_dir=clean_dir, test_thread_exceptions=test_thread_exceptions) self._builder = control.builder -- cgit v1.2.3