summaryrefslogtreecommitdiffstats
path: root/documentation/test-manual/intro.rst
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2022-01-29 03:26:02 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-03 13:47:50 +0000
commit0c8ad5dc5ea54efa9de2e690a3965c769707c2c4 (patch)
tree76897acbe6b3d4f7d204e968f7754a7101c07a4f /documentation/test-manual/intro.rst
parentde069431bfa1afe5fa8706e8706365b7a36f8ee4 (diff)
downloadpoky-0c8ad5dc5ea54efa9de2e690a3965c769707c2c4.tar.gz
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 <peter.kjellerstedt@axis.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reviewed-by: Quentin Schulz <foss+yocto@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/test-manual/intro.rst')
-rw-r--r--documentation/test-manual/intro.rst4
1 files changed, 2 insertions, 2 deletions
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:
178 178
179 $ bitbake-selftest 179 $ bitbake-selftest
180 180
181 To skip tests that access the Internet, use the ``BB_SKIP_NETTEST`` 181 To skip tests that access the Internet, use the ``BB_SKIP_NETTESTS``
182 variable when running "bitbake-selftest" as follows:: 182 variable when running "bitbake-selftest" as follows::
183 183
184 $ BB_SKIP_NETTEST=yes bitbake-selftest 184 $ BB_SKIP_NETTESTS=yes bitbake-selftest
185 185
186 The default output is quiet and just prints a summary of what was 186 The default output is quiet and just prints a summary of what was
187 run. To see more information, there is a verbose option:: 187 run. To see more information, there is a verbose option::