summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Lechner <[email protected]>2026-02-06 15:31:14 -0600
committerTom Rini <[email protected]>2026-02-16 11:52:01 -0600
commit6f96026b1e33207762ca0a936abd3b132a8fc0ee (patch)
treec822547181103b20d85743f90acb44a270be699f /test
parentfec27316cf7345bcbcb1cc61eec5a54480564111 (diff)
test/py: Fix spelling of source_dir in docstring
Fix a typo in the docstring for run_build() where source_dir was misspelled. Signed-off-by: David Lechner <[email protected]>
Diffstat (limited to 'test')
-rw-r--r--test/py/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/conftest.py b/test/py/conftest.py
index 37d9347a85f..215aaa56534 100644
--- a/test/py/conftest.py
+++ b/test/py/conftest.py
@@ -102,7 +102,7 @@ def run_build(config, source_dir, build_dir, board_type, log):
Args:
config: The pytest configuration.
- soruce_dir (str): Directory containing source code
+ source_dir (str): Directory containing source code
build_dir (str): Directory to build in
board_type (str): board_type parameter (e.g. 'sandbox')
log (Logfile): Log file to use