aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Jung Bauermann <thiago.bauermann@linaro.org>2023-08-01 14:03:59 -0300
committerThiago Jung Bauermann <thiago.bauermann@linaro.org>2023-08-01 14:05:37 -0300
commit9ea015538f107655c4e4b966b81adc2329d66e5b (patch)
tree4de5955f0d336f529b988c8db59402f41e9cde57
parente482810fb963ac52996833ff9acf2dd1fa27afdf (diff)
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
-rw-r--r--lib/make.sh1
1 files changed, 1 insertions, 0 deletions
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 \