[PATCH] doc: uefi: remove ".py" suffix for pytest.py command

Wei Ming Chen jj251510319013 at gmail.com
Fri Jan 26 08:52:19 CET 2024


the file pytest.py does not exist

Signed-off-by: Wei Ming Chen <jj251510319013 at gmail.com>
---
 doc/develop/uefi/uefi.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/develop/uefi/uefi.rst b/doc/develop/uefi/uefi.rst
index c739242b6a..0389b269c0 100644
--- a/doc/develop/uefi/uefi.rst
+++ b/doc/develop/uefi/uefi.rst
@@ -193,7 +193,7 @@ on the sandbox
 .. code-block:: bash
 
     cd <U-Boot source directory>
-    pytest.py test/py/tests/test_efi_secboot/test_signed.py --bd sandbox
+    pytest test/py/tests/test_efi_secboot/test_signed.py --bd sandbox
 
 UEFI binaries may be signed by Microsoft using the following certificates:
 
-- 
2.34.1



More information about the U-Boot mailing list