summaryrefslogtreecommitdiff
path: root/poky/documentation/test-manual/intro.rst
diff options
context:
space:
mode:
Diffstat (limited to 'poky/documentation/test-manual/intro.rst')
-rw-r--r--poky/documentation/test-manual/intro.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/poky/documentation/test-manual/intro.rst b/poky/documentation/test-manual/intro.rst
index 4a3a97e29a..9c1a93cd40 100644
--- a/poky/documentation/test-manual/intro.rst
+++ b/poky/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::