diff options
| author | Peter Kjellerstedt <pkj@axis.com> | 2024-08-20 19:46:39 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-22 13:48:58 +0100 |
| commit | 7d0ac795babdb29ec28f1f5e7a14646f2fd32831 (patch) | |
| tree | 71e163f7b1fecaa06ae4018782dfb00c78d63f32 /documentation/test-manual/intro.rst | |
| parent | 49a934e5853bb780e518c5ebf359cb9906e5ce23 (diff) | |
| download | poky-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/test-manual/intro.rst')
| -rw-r--r-- | documentation/test-manual/intro.rst | 2 |
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 | ||
| 385 | There is also a ``oeqa.utils.commands.runqemu()`` function for launching | 385 | There is also a ``oeqa.utils.commands.runqemu()`` function for launching |
| 386 | the ``runqemu`` command for testing things within a running, virtualized | 386 | the ``runqemu`` command for testing things within a running, virtualized |
