summaryrefslogtreecommitdiffstats
path: root/documentation/test-manual/intro.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/test-manual/intro.rst')
-rw-r--r--documentation/test-manual/intro.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/test-manual/intro.rst b/documentation/test-manual/intro.rst
index eb9ebe2d5f..c445e28a7e 100644
--- a/documentation/test-manual/intro.rst
+++ b/documentation/test-manual/intro.rst
@@ -179,16 +179,16 @@ Tests map into the codebase as follows:
179 179
180 $ bitbake-selftest 180 $ bitbake-selftest
181 181
182 To skip tests that access the Internet, use the ``BB_SKIP_NETTESTS``
183 variable when running "bitbake-selftest" as follows::
184
185 $ BB_SKIP_NETTESTS=yes bitbake-selftest
186
187 The default output is quiet and just prints a summary of what was 182 The default output is quiet and just prints a summary of what was
188 run. To see more information, there is a verbose option:: 183 run. To see more information, there is a verbose option::
189 184
190 $ bitbake-selftest -v 185 $ bitbake-selftest -v
191 186
187 To skip tests that access the Internet, use the ``BB_SKIP_NETTESTS``
188 variable when running "bitbake-selftest" as follows::
189
190 $ BB_SKIP_NETTESTS=yes bitbake-selftest
191
192 Use this option when you wish to skip tests that access the network, 192 Use this option when you wish to skip tests that access the network,
193 which are mostly necessary to test the fetcher modules. To specify 193 which are mostly necessary to test the fetcher modules. To specify
194 individual test modules to run, append the test module name to the 194 individual test modules to run, append the test module name to the