When I run the arm64 tests on efi, I found several runtime scripts issues. This patch series try to fix all the issues. The first patch add a missing error reporting. The second patch skip the migration tests when run on efi since it will always fail. The thrid patch fix the issue when parallel running tests on efi. Shaoqin Huang (3): runtime: Fix the missing last_line runtime: arm64: Skip the migration tests when run on EFI arm64: efi: Make running tests on EFI can be parallel arm/efi/run | 16 +++++++++------- scripts/runtime.bash | 7 +++++++ 2 files changed, 16 insertions(+), 7 deletions(-) -- 2.40.1