diff options
author | Wei Ming Chen <jj251510319013@gmail.com> | 2024-01-26 15:52:19 +0800 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-01-29 11:30:28 +0100 |
commit | 3a99d05a39ac779861dc8300d078229c0217543b (patch) | |
tree | 451528b77f54646f9c77ac68f2d01f2b44cf14df | |
parent | 3e911b74199451fb79922515881fed8f01ac3621 (diff) |
doc: uefi: remove ".py" suffix for pytest.py command
the file pytest.py does not exist
Signed-off-by: Wei Ming Chen <jj251510319013@gmail.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-rw-r--r-- | doc/develop/uefi/uefi.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/uefi/uefi.rst b/doc/develop/uefi/uefi.rst index c739242b6a8..0389b269c01 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: |