Merge "cosmetic: log test completion"

This commit is contained in:
Usta (Tsering) Shrestha 2023-03-22 06:08:14 +00:00 committed by Gerrit Code Review
commit 1cb8b5b57a

View file

@ -164,5 +164,6 @@ function scan_and_run_tests {
fi
for f in ${test_fns[*]}; do
$f
info "Completed test case \e[96;1m$f\e[0m"
done
}