aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2011-01-31 08:18:34 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2011-01-31 08:18:34 +0100
commit35c58deb670cd192f73884f2bd8f6ecf4086f4e1 (patch)
tree5d462f42ce78646335489023f76f20c0397f5281 /testing/scripts
parent36580b16143c76b2031eec5e12d6e740043e4397 (diff)
downloadstrongswan-35c58deb670cd192f73884f2bd8f6ecf4086f4e1.tar.bz2
strongswan-35c58deb670cd192f73884f2bd8f6ecf4086f4e1.tar.xz
move sleep into host start if statement
Diffstat (limited to 'testing/scripts')
-rwxr-xr-xtesting/scripts/kstart-umls2
-rwxr-xr-xtesting/scripts/xstart-umls2
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/scripts/kstart-umls b/testing/scripts/kstart-umls
index 486955a69..18dc64a9d 100755
--- a/testing/scripts/kstart-umls
+++ b/testing/scripts/kstart-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" ]
diff --git a/testing/scripts/xstart-umls b/testing/scripts/xstart-umls
index 717199606..ed2662b6c 100755
--- a/testing/scripts/xstart-umls
+++ b/testing/scripts/xstart-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" ]