aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-08-03 16:37:12 +0200
committerTobias Brunner <tobias@strongswan.org>2010-09-02 19:04:22 +0200
commitf32c0ce7b6b85c1aed94dd41cdb839f1d41a0698 (patch)
tree1a10d5fb049366d874f09ec70ce4e7022fa25e65 /testing
parentad808bc2a261c3268b2a401cea1ef26f1e262aa3 (diff)
downloadstrongswan-f32c0ce7b6b85c1aed94dd41cdb839f1d41a0698.tar.bz2
strongswan-f32c0ce7b6b85c1aed94dd41cdb839f1d41a0698.tar.xz
testing: Only sleep after a host has actually been started.
Diffstat (limited to 'testing')
-rwxr-xr-xtesting/scripts/gstart-umls2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/scripts/gstart-umls b/testing/scripts/gstart-umls
index 624db8d8b..c6fcd26dc 100755
--- a/testing/scripts/gstart-umls
+++ b/testing/scripts/gstart-umls
@@ -67,10 +67,10 @@ do
\$SWITCH_${host} \
mem=${MEM}M con=pty con0=fd:0,fd:1" &
cgecho "done"
+ sleep 15
fi
let "x0+=dx"
let "y0+=dy"
- sleep 15
done
if [ -z "$BOOTING_HOSTS" ]