| Message ID | 8c5fe4ee-1826-c72c-17ba-891157a43b63@crashcourse.ca |
|---|---|
| State | Under Review |
| Headers | show |
| Series | test-manual: clarify that ptest-runner is added automatically | expand |
diff --git a/documentation/test-manual/ptest.rst b/documentation/test-manual/ptest.rst index 4b91e6fc3..2b8672214 100644 --- a/documentation/test-manual/ptest.rst +++ b/documentation/test-manual/ptest.rst @@ -84,8 +84,8 @@ During the execution ``ptest-runner`` keeps count of total and failed ``ptests``. At end the execution summary is written to the console. If any of the ``run-ptest`` fails, ``ptest-runner`` returns '1'. -Consequently, you might want to add ``ptest-runner`` to your image. - +The inclusion of any ptest packages in your image will automatically +include ``ptest-runner`` in your image. Getting Your Package Ready ==========================
Given that ptest-runner is referenced with RRECOMMENDS in ptest.bbclass: RRECOMMENDS:${PN}-ptest += "ptest-runner" clarify that it will automatically be added to an image as long as some ptest package is included in the image. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> ---