Merge "Colorize the name of the test to be run."

This commit is contained in:
Lukács T. Berki
2021-04-16 05:55:05 +00:00
committed by Gerrit Code Review

View File

@@ -95,7 +95,7 @@ function setup() {
echo
echo ----------------------------------------------------------------------------
info "Running test case ${FUNCNAME[1]}"
info "Running test case \e[96;1m${FUNCNAME[1]}\e[0m"
cd "$MOCK_TOP"
tar xzf "$WARMED_UP_MOCK_TOP"