From 4624c2ae618b2c847720b60e99da5146062fb9f3 Mon Sep 17 00:00:00 2001 From: Zach Welch Date: Thu, 26 May 2022 08:12:27 -0700 Subject: 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 Reviewed-by: Michael Opdenacker Reviewed-by: Quentin Schulz Signed-off-by: Richard Purdie --- documentation/test-manual/intro.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'documentation/test-manual/intro.rst') 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: $ bitbake-selftest - To skip tests that access the Internet, use the ``BB_SKIP_NETTESTS`` - variable when running "bitbake-selftest" as follows:: - - $ BB_SKIP_NETTESTS=yes bitbake-selftest - The default output is quiet and just prints a summary of what was run. To see more information, there is a verbose option:: $ bitbake-selftest -v + To skip tests that access the Internet, use the ``BB_SKIP_NETTESTS`` + variable when running "bitbake-selftest" as follows:: + + $ BB_SKIP_NETTESTS=yes bitbake-selftest + Use this option when you wish to skip tests that access the network, which are mostly necessary to test the fetcher modules. To specify individual test modules to run, append the test module name to the -- cgit v1.2.3-54-g00ecf