summaryrefslogtreecommitdiff
path: root/tools/dtoc/test_fdt.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-01-30 00:14:14 +0300
committerSimon Glass <sjg@chromium.org>2022-02-09 22:30:12 +0300
commit5e2ab40172b42ae9ce6d58b95f238013184fa865 (patch)
tree9638f6c5be573a0c9af22bd4a971a36f892bbc9c /tools/dtoc/test_fdt.py
parentce31277160de2b8500f6a0e6fd284ef137e26628 (diff)
downloadu-boot-5e2ab40172b42ae9ce6d58b95f238013184fa865.tar.xz
patman: Convert camel case in test_util.py
Convert this file to snake case and update all files which use it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/dtoc/test_fdt.py')
-rwxr-xr-xtools/dtoc/test_fdt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dtoc/test_fdt.py b/tools/dtoc/test_fdt.py
index 5a4e9e0814..c789822afa 100755
--- a/tools/dtoc/test_fdt.py
+++ b/tools/dtoc/test_fdt.py
@@ -715,7 +715,7 @@ class TestFdtUtil(unittest.TestCase):
def RunTestCoverage():
"""Run the tests and check that we get 100% coverage"""
- test_util.RunTestCoverage('tools/dtoc/test_fdt.py', None,
+ test_util.run_test_coverage('tools/dtoc/test_fdt.py', None,
['tools/patman/*.py', '*test_fdt.py'], options.build_dir)