[1/2] test-manual/intro: reorder bitbake-selftest steps

Message ID 20220526151228.562281-1-zach@aquabyte.ai
State New
Headers show
Series [1/2] test-manual/intro: reorder bitbake-selftest steps | expand

Commit Message

Zachary T Welch May 26, 2022, 3:12 p.m. UTC
The addition of the verbose example interrupted the description of the
BB_SKIP_NETTESTS option.

Signed-off-by: Zachary T Welch <zach@aquabyte.ai>
---
 documentation/test-manual/intro.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

Quentin Schulz May 27, 2022, 8:59 a.m. UTC | #1
Hi Zach,

On 5/26/22 17:12, Zach Welch wrote:
> The addition of the verbose example interrupted the description of the
> BB_SKIP_NETTESTS option.
> 
> Signed-off-by: Zachary T Welch <zach@aquabyte.ai>

Looks good to me,
Reviewed-by: Quentin Schulz <foss+yocto@0leil.net>

Thanks!
Quentin

Patch

diff --git a/documentation/test-manual/intro.rst b/documentation/test-manual/intro.rst
index eb9ebe2d5..c445e28a7 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