aboutsummaryrefslogtreecommitdiffstats
path: root/testing/stop-testing
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-08-03 10:58:45 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-08-03 10:58:45 +0000
commit90b21fde11067943e930b8af694b6e9af1fb9c08 (patch)
tree2e9f32c46f8b0399094d5708f888607a547d8635 /testing/stop-testing
parentd49cc7b3833da8ca6bce90fbd21bebdf47c3a670 (diff)
downloadstrongswan-90b21fde11067943e930b8af694b6e9af1fb9c08.tar.bz2
strongswan-90b21fde11067943e930b8af694b6e9af1fb9c08.tar.xz
use cgecho for green output
Diffstat (limited to 'testing/stop-testing')
-rwxr-xr-xtesting/stop-testing4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/stop-testing b/testing/stop-testing
index 7b21c6b07..013bf793c 100755
--- a/testing/stop-testing
+++ b/testing/stop-testing
@@ -39,7 +39,7 @@ for host in $HOSTS
do
uml_mconsole $host halt &> /dev/null
done
-cecho "\033[1;32mdone"
+cgecho "done"
#####################################################
# Shutting down the uml switches
@@ -47,5 +47,5 @@ cecho "\033[1;32mdone"
cecho-n " * Stopping the UML switches.."
killall uml_switch &> /dev/null
rm -f /tmp/umlswitch[012] &> /dev/null 2>&1
-cecho "\033[1;32mdone"
+cgecho "done"