move colors to _setColors_()

This commit is contained in:
Nathaniel Landau
2021-08-24 12:06:01 -04:00
parent b0fbe5fb31
commit 70521b68a1
10 changed files with 225 additions and 159 deletions

View File

@@ -20,6 +20,7 @@ fi
if test -f "${ALERTS}" >&2; then
source "${ALERTS}"
_setColors_ #Set color constants
else
echo "Sourcefile not found: ${ALERTS}" >&2
printf "Can not run tests.\n" >&2