Skip to content

Commit 56c1086

Browse files
committed
undo color check
1 parent 4b71eb3 commit 56c1086

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

bin/install-package-tests

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,10 @@ is_numeric() {
1616
esac
1717
}
1818
# Prompt color vars.
19-
C_RED="\033[31m"
20-
C_BLUE="\033[34m"
19+
C_RED="\033[0;31m"
20+
C_BLUE="\033[0;34m"
2121
NO_FORMAT="\033[0m"
2222

23-
# If running in CI, don't use colors.
24-
if [ -n "${CI}" ]; then
25-
C_RED=""
26-
C_BLUE=""
27-
NO_FORMAT=""
28-
fi
29-
3023
HOST=localhost
3124
PORT=""
3225
HOST_STRING=''

0 commit comments

Comments
 (0)