From 34c1e85e0b6d13dc21c7e997efe5908248b5c163 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Mon, 26 Feb 2024 22:12:00 +0100 Subject: [PATCH] fixup! test: skip SEA tests when SEA generation fails --- test/common/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/common/README.md b/test/common/README.md index c2dc8bf3015d2b..415601d1e25ecb 100644 --- a/test/common/README.md +++ b/test/common/README.md @@ -1053,8 +1053,8 @@ in the current configuration. Copy `sourceExecutable` to `targetExecutable`, use postject to inject `seaBlob` into `targetExecutable` and sign it if necessary. -If `verifyWorkflow` is false (default) and any of the steps fails, it skips the tests. -Otherwise, an error is thrown. +If `verifyWorkflow` is false (default) and any of the steps fails, +it skips the tests. Otherwise, an error is thrown. ## tick Module