Message ID | 20220129022602.17304-2-pkj@axis.com |
---|---|
State | Accepted |
Commit | 4a2252cf412ea2aa26209d835c96661a772b6d31 |
Headers | show |
Series | [1/2] manuals: Remove unnecessary \n from SSTATE_MIRRORS examples | expand |
Hi Peter, On 1/29/22 03:26, Peter Kjellerstedt wrote: > The environment variable used to disable network tests when running > bitbake-selftest was incorrectly referred to as BB_SKIP_NETTEST. > > Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Nice catch! Reviewed-by: Quentin Schulz <foss+yocto@0leil.net> Thanks! Quentin
Peter, Quentin, On 1/31/22 10:21, Quentin Schulz wrote: > Hi Peter, > > On 1/29/22 03:26, Peter Kjellerstedt wrote: >> The environment variable used to disable network tests when running >> bitbake-selftest was incorrectly referred to as BB_SKIP_NETTEST. >> >> Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> > > Nice catch! > > Reviewed-by: Quentin Schulz <foss+yocto@0leil.net> Thanks for the patch and review. Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Merged into master-next. Michael.
diff --git a/documentation/test-manual/intro.rst b/documentation/test-manual/intro.rst index 4a3a97e29a..9c1a93cd40 100644 --- a/documentation/test-manual/intro.rst +++ b/documentation/test-manual/intro.rst @@ -178,10 +178,10 @@ Tests map into the codebase as follows: $ bitbake-selftest - To skip tests that access the Internet, use the ``BB_SKIP_NETTEST`` + To skip tests that access the Internet, use the ``BB_SKIP_NETTESTS`` variable when running "bitbake-selftest" as follows:: - $ BB_SKIP_NETTEST=yes bitbake-selftest + $ 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::
The environment variable used to disable network tests when running bitbake-selftest was incorrectly referred to as BB_SKIP_NETTEST. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> --- documentation/test-manual/intro.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)