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

View File

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