diff options
| author | Wei Ming Chen <[email protected]> | 2024-01-26 15:52:19 +0800 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2024-01-29 11:30:28 +0100 |
| commit | 3a99d05a39ac779861dc8300d078229c0217543b (patch) | |
| tree | 451528b77f54646f9c77ac68f2d01f2b44cf14df /doc/develop/uefi | |
| 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 <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'doc/develop/uefi')
| -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: |
