Message ID | 20240624221238.424162-1-jdmason@kudzu.us |
---|---|
State | Accepted |
Commit | 48f8eaf956e6897d714a9f628295bf0a320b3547 |
Headers | show |
Series | docs: modify reference from python2.py to python.py | expand |
Hi Jon, On 6/25/24 12:12 AM, Jon Mason via lists.yoctoproject.org wrote: > python2.py referenced does not exist. Change the reference to the > existing python.py oeqa file. > Indeed, and it seems it never existed in the first place so that would be a candidate for backporting as well. > Signed-off-by: Jon Mason <jdmason@kudzu.us> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Thanks, Quentin
diff --git a/documentation/test-manual/intro.rst b/documentation/test-manual/intro.rst index c31fd11c7a04..7e56217d7664 100644 --- a/documentation/test-manual/intro.rst +++ b/documentation/test-manual/intro.rst @@ -458,7 +458,7 @@ the ``devtool build`` command within the eSDK. These tests are run against built SDKs. The tests can assume that an SDK has already been extracted and its environment file has been sourced. A -simple example from ``meta/lib/oeqa/sdk/cases/python2.py`` contains the +simple example from ``meta/lib/oeqa/sdk/cases/python.py`` contains the following:: class Python3Test(OESDKTestCase):
python2.py referenced does not exist. Change the reference to the existing python.py oeqa file. Signed-off-by: Jon Mason <jdmason@kudzu.us> --- documentation/test-manual/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)