aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts
diff options
context:
space:
mode:
authorReto Buerki <reet@codelabs.ch>2012-12-07 12:33:31 +0100
committerTobias Brunner <tobias@strongswan.org>2013-01-17 16:54:53 +0100
commit36a3fe90d88a53ba5c4f69e089697a6298527505 (patch)
tree0f513a7ea1573cdeac8ce3cf34d72c644b07f88f /testing/scripts
parent8cb4628ff95bf2afbe10668f6725cc2265a292a9 (diff)
downloadstrongswan-36a3fe90d88a53ba5c4f69e089697a6298527505.tar.bz2
strongswan-36a3fe90d88a53ba5c4f69e089697a6298527505.tar.xz
Drop cecho functions
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()