diff mbox series

docs: modify reference from python2.py to python.py

Message ID 20240624221238.424162-1-jdmason@kudzu.us
State New
Headers show
Series docs: modify reference from python2.py to python.py | expand

Commit Message

Jon Mason June 24, 2024, 10:12 p.m. UTC
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(-)

Comments

Quentin Schulz June 25, 2024, 9:50 a.m. UTC | #1
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 mbox series

Patch

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):