From 3a99d05a39ac779861dc8300d078229c0217543b Mon Sep 17 00:00:00 2001 From: Wei Ming Chen Date: Fri, 26 Jan 2024 15:52:19 +0800 Subject: [PATCH] doc: uefi: remove ".py" suffix for pytest.py command the file pytest.py does not exist Signed-off-by: Wei Ming Chen Reviewed-by: Heinrich Schuchardt --- 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 - 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.39.5