[2/2] test-manual: Correct two references to BB_SKIP_NETTESTS

Message ID 20220129022602.17304-2-pkj@axis.com
State New
Headers show
Series [1/2] manuals: Remove unnecessary \n from SSTATE_MIRRORS examples | expand

Commit Message

Peter Kjellerstedt Jan. 29, 2022, 2:26 a.m. UTC
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(-)

Comments

Quentin Schulz Jan. 31, 2022, 9:21 a.m. UTC | #1
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
Michael Opdenacker Jan. 31, 2022, 4:12 p.m. UTC | #2
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.

Patch

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