aboutsummaryrefslogtreecommitdiffstats
path: root/testing/stop-testing
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-05-23 22:24:47 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-05-23 22:24:47 +0000
commit0749196612c0442c6ea42fec33c1e464ecf86dee (patch)
tree1d92a12a1bdef177b46e9b83cfdbcc8bdb4eceb1 /testing/stop-testing
parentc502b1b4c6852e2e46ec861313d4c611c93b6974 (diff)
downloadstrongswan-0749196612c0442c6ea42fec33c1e464ecf86dee.tar.bz2
strongswan-0749196612c0442c6ea42fec33c1e464ecf86dee.tar.xz
cecho changes in UML scripts
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 5b53505ac..7b21c6b07 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 "done"
+cecho "\033[1;32mdone"
#####################################################
# Shutting down the uml switches
@@ -47,5 +47,5 @@ cecho "done"
cecho-n " * Stopping the UML switches.."
killall uml_switch &> /dev/null
rm -f /tmp/umlswitch[012] &> /dev/null 2>&1
-cecho "done"
+cecho "\033[1;32mdone"