aboutsummaryrefslogtreecommitdiff
path: root/tools/buildman/test.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-01-29 14:14:04 -0700
committerSimon Glass <sjg@chromium.org>2022-02-09 12:26:12 -0700
commitc1aa66e75dbfcacab1fbca0e3e19c09e08d932d5 (patch)
treec33854b5848f407f5ad6b2d2337665ccd436eab4 /tools/buildman/test.py
parent82ee8bfe519307b4175bb0f751da73c8555a0a25 (diff)
downloadu-boot-c1aa66e75dbfcacab1fbca0e3e19c09e08d932d5.zip
u-boot-c1aa66e75dbfcacab1fbca0e3e19c09e08d932d5.tar.gz
u-boot-c1aa66e75dbfcacab1fbca0e3e19c09e08d932d5.tar.bz2
patman: Convert camel case in tools.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/buildman/test.py')
-rw-r--r--tools/buildman/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildman/test.py b/tools/buildman/test.py
index 2751377..43b0121 100644
--- a/tools/buildman/test.py
+++ b/tools/buildman/test.py
@@ -607,7 +607,7 @@ class TestBuild(unittest.TestCase):
def testPrepareOutputSpace(self):
def _Touch(fname):
- tools.WriteFile(os.path.join(base_dir, fname), b'')
+ tools.write_file(os.path.join(base_dir, fname), b'')
base_dir = tempfile.mkdtemp()