The last_line is deleted by the 2607d2d6 ("arm64: Add an efi/run script"). This lead to when SKIP test, the reason is missing. Fix the problem by adding last_line back. Signed-off-by: Shaoqin Huang <shahuang@xxxxxxxxxx> --- scripts/runtime.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/runtime.bash b/scripts/runtime.bash index fc156f2f..d7054b80 100644 --- a/scripts/runtime.bash +++ b/scripts/runtime.bash @@ -148,6 +148,8 @@ function run() fi fi + last_line=$(tail -1 <<<"$log") + if [ ${skip} == true ]; then print_result "SKIP" $testname "" "$last_line" return 77 -- 2.40.1