1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

Add color to printed test names

This commit is contained in:
Anatoli Babenia
2020-07-30 02:47:18 +03:00
parent 60ae85e031
commit 09dff20c9c
+1 -1
View File
@@ -48,7 +48,7 @@ failed=0
while read -r number test_line; do
echo "Running $number: $test_line"
echo -e "\e[94mRunning $number: \e[96m$test_line\e[0m"
if [ "$skip_online" = YES ]; then
if [[ $test_line = *\[online\]* ]]; then
echo "$number is [online]; skipping"