From 9b9b497c6edb2b6490a41fe21d037b26e285da12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Stehl=C3=A9?= Date: Mon, 20 Sep 2021 19:12:10 +0200 Subject: [PATCH] README.md: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The default output of the edk2 test parser is called `result.md'. Signed-off-by: Vincent Stehlé --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 882d7e8..3686c1b 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ For ACS-ES and ACS-IR, under the `acs_results` partition: /uefi /uefi_dump -For ACS-IR, also include the `results.md` output from running the SCT results +For ACS-IR, also include the `result.md` output from running the SCT results parser script from https://gitlab.arm.com/systemready/edk2-test-parser. ### `./manual-results/` @@ -238,7 +238,7 @@ For IR, after collecting the results the directory tree should look like this: . ├── acs-console.log ├── acs_results/ -│   ├── results.md +│   ├── result.md │   ├── app_output/ │   │   ├── CapsuleApp_ESRT_table_info.log │   │   └── CapsuleApp_FMP_protocol_info.log -- GitLab