cosmetic: log test completion

Test: run_intergration_tests.sh
Bug: NA
Change-Id: Iaacc708d05f0bfdc5fe6a0c60834efcb9b4eb98b
This commit is contained in:
usta 2023-03-14 19:56:12 -04:00 committed by Usta (Tsering) Shrestha
parent 6828e18580
commit 94e89a4091

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
} }