We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6879c3e commit c7460c2Copy full SHA for c7460c2
scripts/ci/testing/run_unit_tests.sh
@@ -20,6 +20,7 @@ export COLOR_RED=$'\e[31m'
20
export COLOR_BLUE=$'\e[34m'
21
export COLOR_YELLOW=$'\e[33m'
22
export COLOR_RESET=$'\e[0m'
23
+export COLOR_GREEN=$'\e[32m'
24
25
if [[ ! "$#" -eq 2 ]]; then
26
echo "${COLOR_RED}You must provide 2 arguments: Group, Scope!.${COLOR_RESET}"
@@ -107,7 +108,7 @@ function providers_tests() {
107
108
echo
109
exit "${RESULT}"
110
fi
- echo "${COLOR_GREEB}Providers tests completed successfully${COLOR_RESET}"
111
+ echo "${COLOR_GREEN}Providers tests completed successfully${COLOR_RESET}"
112
}
113
114
0 commit comments