summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2024-08-20 19:46:39 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-08-22 13:48:58 +0100
commit7d0ac795babdb29ec28f1f5e7a14646f2fd32831 (patch)
tree71e163f7b1fecaa06ae4018782dfb00c78d63f32 /documentation
parent49a934e5853bb780e518c5ebf359cb9906e5ce23 (diff)
downloadpoky-7d0ac795babdb29ec28f1f5e7a14646f2fd32831.tar.gz
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 <peter.kjellerstedt@axis.com> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/test-manual/intro.rst2
1 files changed, 1 insertions, 1 deletions
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:
380- *Running a bitbake invocation for a build:* Use 380- *Running a bitbake invocation for a build:* Use
381 ``oeqa.utils.commands.bitbake()`` 381 ``oeqa.utils.commands.bitbake()``
382 382
383- *Running a command:* Use ``oeqa.utils.commandsrunCmd()`` 383- *Running a command:* Use ``oeqa.utils.commands.runCmd()``
384 384
385There is also a ``oeqa.utils.commands.runqemu()`` function for launching 385There is also a ``oeqa.utils.commands.runqemu()`` function for launching
386the ``runqemu`` command for testing things within a running, virtualized 386the ``runqemu`` command for testing things within a running, virtualized