From 9ea015538f107655c4e4b966b81adc2329d66e5b Mon Sep 17 00:00:00 2001 From: Thiago Jung Bauermann Date: Tue, 1 Aug 2023 14:03:59 -0300 Subject: lib/make.sh (make_check): Explain validate_failures.py output When producing a manifest file, validate_failures.py also prints it to stdout. This is a bit confusing in ABE's output so add a notice explaining what it is. Change-Id: If8602cf30ae54b534e04d0fe05c54548fb7e0a42 --- lib/make.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/make.sh b/lib/make.sh index 78841dd1..336f5e77 100644 --- a/lib/make.sh +++ b/lib/make.sh @@ -1395,6 +1395,7 @@ EOF # Produce this dir's part of $new_try_fails, that will # become $prev_try_fails on the next iteration. + notice "New failed tests in this run:" local res_prev_fails "$validate_failures" \ --build_dir="${builddir}$dir" --produce_manifest \ -- cgit v1.2.3