All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] test-manual/intro: reorder bitbake-selftest steps
@ 2022-05-26 15:12 Zachary T Welch
  2022-05-26 15:12 ` [PATCH 2/2] test-manual/intro: bitbake-selftest needs bitbake Zachary T Welch
  2022-05-27  8:59 ` [docs] [PATCH 1/2] test-manual/intro: reorder bitbake-selftest steps Quentin Schulz
  0 siblings, 2 replies; 5+ messages in thread
From: Zachary T Welch @ 2022-05-26 15:12 UTC (permalink / raw)
  To: docs; +Cc: Zachary T Welch

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(-)

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
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-05-27  9:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-26 15:12 [PATCH 1/2] test-manual/intro: reorder bitbake-selftest steps Zachary T Welch
2022-05-26 15:12 ` [PATCH 2/2] test-manual/intro: bitbake-selftest needs bitbake Zachary T Welch
2022-05-27  9:01   ` [docs] " Michael Opdenacker
2022-05-27  9:03   ` Quentin Schulz
2022-05-27  8:59 ` [docs] [PATCH 1/2] test-manual/intro: reorder bitbake-selftest steps Quentin Schulz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.