summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/common-tasks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/common-tasks.rst')
-rw-r--r--documentation/dev-manual/common-tasks.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index a4741c5a8b..68ce2b852a 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -3048,7 +3048,7 @@ The following steps describe how to set up the AUH utility:
3048 your build directory. 3048 your build directory.
3049 3049
3050 - If you want to enable testing through the 3050 - If you want to enable testing through the
3051 :ref:`testimage <ref-classes-testimage*>` 3051 :ref:`testimage <ref-classes-testimage>`
3052 class, which is optional, you need to have the following set in 3052 class, which is optional, you need to have the following set in
3053 your ``conf/local.conf`` file:: 3053 your ``conf/local.conf`` file::
3054 3054
@@ -8893,7 +8893,7 @@ You can start the tests automatically or manually:
8893 8893
8894- *Manually running tests:* To manually run the tests, first globally 8894- *Manually running tests:* To manually run the tests, first globally
8895 inherit the 8895 inherit the
8896 :ref:`testimage <ref-classes-testimage*>` class 8896 :ref:`testimage <ref-classes-testimage>` class
8897 by editing your ``local.conf`` file:: 8897 by editing your ``local.conf`` file::
8898 8898
8899 INHERIT += "testimage" 8899 INHERIT += "testimage"