summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/runtime-testing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/runtime-testing.rst b/documentation/dev-manual/runtime-testing.rst
index af3fe2c1dd..b9aa6759d1 100644
--- a/documentation/dev-manual/runtime-testing.rst
+++ b/documentation/dev-manual/runtime-testing.rst
@@ -459,7 +459,7 @@ layer's ``layer.conf`` file as normal). Just remember the following:
459 directory. 459 directory.
460 460
461To create a new test, start by copying an existing module (e.g. 461To create a new test, start by copying an existing module (e.g.
462``syslog.py`` or ``gcc.py`` are good ones to use). Test modules can use 462``oe_syslog.py`` or ``gcc.py`` are good ones to use). Test modules can use
463code from ``meta/lib/oeqa/utils``, which are helper classes. 463code from ``meta/lib/oeqa/utils``, which are helper classes.
464 464
465.. note:: 465.. note::