From 9ef05b950e47f4ca44bda7f0161180068ede0334 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 19 Jul 2023 17:48:30 -0600 Subject: buildman: Convert camel case in control.py Convert this file to snake case and update all files which use it. Signed-off-by: Simon Glass --- tools/buildman/func_test.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tools/buildman/func_test.py') diff --git a/tools/buildman/func_test.py b/tools/buildman/func_test.py index e6cdebdbd19..57d2ebce3ad 100644 --- a/tools/buildman/func_test.py +++ b/tools/buildman/func_test.py @@ -255,9 +255,10 @@ class TestFunctional(unittest.TestCase): options, args = cmdline.ParseArgs() if brds == False: brds = self._boards - result = control.DoBuildman(options, args, toolchains=self._toolchains, - make_func=self._HandleMake, brds=brds, clean_dir=clean_dir, - test_thread_exceptions=test_thread_exceptions) + result = control.do_buildman( + options, args, toolchains=self._toolchains, + make_func=self._HandleMake, brds=brds, clean_dir=clean_dir, + test_thread_exceptions=test_thread_exceptions) if get_builder: self._builder = control.builder return result -- cgit v1.2.3