diff options
author | Jon Mason <jdmason@kudzu.us> | 2024-06-24 18:12:38 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-09 15:48:55 +0100 |
commit | 25a6edd381cf604065cb87f91304451c42ba31ef (patch) | |
tree | c41d6042e1849c12005d6f2c6c54a31aab5b033c /documentation | |
parent | 9acacfb264570a8fc479eba9a4dcab54506c40f5 (diff) | |
download | poky-25a6edd381cf604065cb87f91304451c42ba31ef.tar.gz |
docs: modify reference from python2.py to python.py
python2.py referenced does not exist. Change the reference to the
existing python.py oeqa file.
(From yocto-docs rev: 48f8eaf956e6897d714a9f628295bf0a320b3547)
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/test-manual/intro.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/test-manual/intro.rst b/documentation/test-manual/intro.rst index c31fd11c7a..7e56217d76 100644 --- a/documentation/test-manual/intro.rst +++ b/documentation/test-manual/intro.rst | |||
@@ -458,7 +458,7 @@ the ``devtool build`` command within the eSDK. | |||
458 | 458 | ||
459 | These tests are run against built SDKs. The tests can assume that an SDK | 459 | These tests are run against built SDKs. The tests can assume that an SDK |
460 | has already been extracted and its environment file has been sourced. A | 460 | has already been extracted and its environment file has been sourced. A |
461 | simple example from ``meta/lib/oeqa/sdk/cases/python2.py`` contains the | 461 | simple example from ``meta/lib/oeqa/sdk/cases/python.py`` contains the |
462 | following:: | 462 | following:: |
463 | 463 | ||
464 | class Python3Test(OESDKTestCase): | 464 | class Python3Test(OESDKTestCase): |