summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/runtime-testing.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2024-02-09 17:48:06 +0100
committerSteve Sakoman <steve@sakoman.com>2024-03-13 03:59:26 -1000
commitd241202fa1f02e537c29e4ec5bbba945f957ede5 (patch)
tree416c32f0e92c44436b30a38303653d487cfc0560 /documentation/dev-manual/runtime-testing.rst
parent74ed43b221c8459613112714cb1e137712a661b5 (diff)
downloadpoky-d241202fa1f02e537c29e4ec5bbba945f957ede5.tar.gz
manuals: suppress excess use of "following" word
To simplify the style, replace "Following is" and "Following are" by "here is" and "here are", sounding more natural. In some cases, also go further by simplifying "Here are/is xxx" by "xxx are/is" when the "are" or "is" are not two far at the end of the sentence. In some cases too, completely remove the sentence, when it's redundant with the preceding title. (From yocto-docs rev: da1cbd7083238657aaeaea16841b24531c86298e) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> CC: Daniel Ammann <daniel.ammann@bytesatwork.ch> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/dev-manual/runtime-testing.rst')
-rw-r--r--documentation/dev-manual/runtime-testing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/runtime-testing.rst b/documentation/dev-manual/runtime-testing.rst
index 1a2e9ec4fe..7a2b42f25a 100644
--- a/documentation/dev-manual/runtime-testing.rst
+++ b/documentation/dev-manual/runtime-testing.rst
@@ -193,7 +193,7 @@ perform a one-time setup of your controller image by doing the following:
193 "controller" image and you can customize the image recipe as you would 193 "controller" image and you can customize the image recipe as you would
194 any other recipe. 194 any other recipe.
195 195
196 Here are the image recipe requirements: 196 Image recipe requirements are:
197 197
198 - Inherits ``core-image`` so that kernel modules are installed. 198 - Inherits ``core-image`` so that kernel modules are installed.
199 199
@@ -572,7 +572,7 @@ data:
572 When set to "true", the package is not automatically installed into 572 When set to "true", the package is not automatically installed into
573 the DUT. 573 the DUT.
574 574
575Following is an example JSON file that handles test "foo" installing 575Here is an example JSON file that handles test "foo" installing
576package "bar" and test "foobar" installing packages "foo" and "bar". 576package "bar" and test "foobar" installing packages "foo" and "bar".
577Once the test is complete, the packages are removed from the DUT:: 577Once the test is complete, the packages are removed from the DUT::
578 578