From 7d0ac795babdb29ec28f1f5e7a14646f2fd32831 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Tue, 20 Aug 2024 19:46:39 +0200 Subject: test-manual: Add a missing dot Correct "oeqa.utils.commandsrunCmd()" to "oeqa.utils.commands.runCmd()". (From yocto-docs rev: 4ecdfd0000308a71697abc099ed6e37af907051d) Signed-off-by: Peter Kjellerstedt Reviewed-by: Quentin Schulz Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- documentation/test-manual/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/test-manual/intro.rst b/documentation/test-manual/intro.rst index 7e56217d76..882ca16486 100644 --- a/documentation/test-manual/intro.rst +++ b/documentation/test-manual/intro.rst @@ -380,7 +380,7 @@ with common tasks, including: - *Running a bitbake invocation for a build:* Use ``oeqa.utils.commands.bitbake()`` -- *Running a command:* Use ``oeqa.utils.commandsrunCmd()`` +- *Running a command:* Use ``oeqa.utils.commands.runCmd()`` There is also a ``oeqa.utils.commands.runqemu()`` function for launching the ``runqemu`` command for testing things within a running, virtualized -- cgit v1.2.3-54-g00ecf