summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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::