aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'testing/scripts')
-rwxr-xr-xtesting/scripts/function.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/scripts/function.sh b/testing/scripts/function.sh
index b510d755c..0d4ecb484 100755
--- a/testing/scripts/function.sh
+++ b/testing/scripts/function.sh
@@ -69,17 +69,6 @@ echo_failed()
echo -e "${RED}$1${NORMAL}"
}
-function cecho {
- echo -e "\033[1;31m$1\033[0m"
-}
-function cgecho {
- echo -e "\033[1;32m$1\033[0m"
-}
-
-function cecho-n {
- echo -en "\033[1;31m$1\033[0m"
-}
-
# log an action
# $1 - current action description
log_action()