Fix a typo in the docstring for run_build() where source_dir was misspelled.
Signed-off-by: David Lechner <[email protected]> --- 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 --- base-commit: e5e75ea8c7b8e6d9ce1ca8ec7a25fa8b3f6029a9 change-id: 20260206-test-py-source_dir-sp-bec5faf6c5b5 Best regards, -- David Lechner <[email protected]>

