Skip to content

Commit

Permalink
lib.sh: document more recent start_test() additions
Browse files Browse the repository at this point in the history
Long overdue.

Zero code change.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb committed May 1, 2024
1 parent 962e060 commit 8ab82ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions case-lib/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ab82ba

Please sign in to comment.