From 6f96026b1e33207762ca0a936abd3b132a8fc0ee Mon Sep 17 00:00:00 2001 From: David Lechner Date: Fri, 6 Feb 2026 15:31:14 -0600 Subject: 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 --- test/py/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3