From 8ab82ba3ed0ab8eb34c44df2708266227a950a6e Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Wed, 1 May 2024 13:27:08 -0700 Subject: [PATCH] lib.sh: document more recent start_test() additions Long overdue. Zero code change. Signed-off-by: Marc Herbert --- case-lib/lib.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/case-lib/lib.sh b/case-lib/lib.sh index a158e6e9..e74db139 100644 --- a/case-lib/lib.sh +++ b/case-lib/lib.sh @@ -66,6 +66,12 @@ minvalue() { printf '%d' $(( "$1" < "$2" ? "$1" : "$2" )); } # concurrency 1% of the time, detecting it 99% of the time is much # more than enough to spot reservation problems. # +# 3. Register the func_exit_handler() EXIT trap that collects logs, kills +# loggers and prints test results. +# +# 4. Waits for the FW to be successfully booted (can be disabled) +# +# start_test() { if is_subtest; then