From d74f7c77ffd5e1d414fbe691e669bd161f02e242 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Sun, 26 Feb 2023 22:41:54 -0500 Subject: [PATCH] tests: README.md: Document that --prepatched is now tested Signed-off-by: Andrew Gunnerson --- tests/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index 0d3cab8..37e673b 100644 --- a/tests/README.md +++ b/tests/README.md @@ -6,8 +6,11 @@ For each image listed in the config, the test process will: 1. Download the OTA if it doesn't already exist in `tests/files//` 2. Verify the OTA checksum -3. Run avbroot against the OTA +3. Run avbroot against the OTA using `--magisk` 4. Verify the patched OTA checksum +5. Extract the boot image from the patched OTA +6. Run avbroot against the OTA again using `--prepatched` +7. Verify the patched OTA checksum again ## Running the tests