From 0c8ad5dc5ea54efa9de2e690a3965c769707c2c4 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Sat, 29 Jan 2022 03:26:02 +0100 Subject: test-manual: Correct two references to BB_SKIP_NETTESTS The environment variable used to disable network tests when running bitbake-selftest was incorrectly referred to as BB_SKIP_NETTEST. (From yocto-docs rev: 4a2252cf412ea2aa26209d835c96661a772b6d31) Signed-off-by: Peter Kjellerstedt Reviewed-by: Michael Opdenacker Reviewed-by: Quentin Schulz Signed-off-by: Richard Purdie --- documentation/test-manual/intro.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/test-manual/intro.rst') 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:: -- cgit v1.2.3-54-g00ecf