summaryrefslogtreecommitdiffstats
path: root/documentation/test-manual/intro.rst
diff options
context:
space:
mode:
authorZach Welch <zach@mandolincreek.net>2022-05-26 08:12:27 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-28 10:46:00 +0100
commit4624c2ae618b2c847720b60e99da5146062fb9f3 (patch)
treee6621e6e1c93c12311756060492f6e7266e3f14c /documentation/test-manual/intro.rst
parent70c2ad9bca8e481470ac0a543b3ceb5b3827a303 (diff)
downloadpoky-4624c2ae618b2c847720b60e99da5146062fb9f3.tar.gz
test-manual/intro: reorder bitbake-selftest steps
The addition of the verbose example interrupted the description of the BB_SKIP_NETTESTS option. (From yocto-docs rev: 9d94046bdb21671e9281ba725fa3aaf9299d3989) Signed-off-by: Zachary T Welch <zach@aquabyte.ai> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reviewed-by: Quentin Schulz <foss+yocto@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/test-manual/intro.rst')
-rw-r--r--documentation/test-manual/intro.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/test-manual/intro.rst b/documentation/test-manual/intro.rst
index eb9ebe2d5f..c445e28a7e 100644
--- a/documentation/test-manual/intro.rst
+++ b/documentation/test-manual/intro.rst
@@ -179,16 +179,16 @@ Tests map into the codebase as follows:
179 179
180 $ bitbake-selftest 180 $ bitbake-selftest
181 181
182 To skip tests that access the Internet, use the ``BB_SKIP_NETTESTS``
183 variable when running "bitbake-selftest" as follows::
184
185 $ BB_SKIP_NETTESTS=yes bitbake-selftest
186
187 The default output is quiet and just prints a summary of what was 182 The default output is quiet and just prints a summary of what was
188 run. To see more information, there is a verbose option:: 183 run. To see more information, there is a verbose option::
189 184
190 $ bitbake-selftest -v 185 $ bitbake-selftest -v
191 186
187 To skip tests that access the Internet, use the ``BB_SKIP_NETTESTS``
188 variable when running "bitbake-selftest" as follows::
189
190 $ BB_SKIP_NETTESTS=yes bitbake-selftest
191
192 Use this option when you wish to skip tests that access the network, 192 Use this option when you wish to skip tests that access the network,
193 which are mostly necessary to test the fetcher modules. To specify 193 which are mostly necessary to test the fetcher modules. To specify
194 individual test modules to run, append the test module name to the 194 individual test modules to run, append the test module name to the