testing: Only sleep after a host has actually been started.

This commit is contained in:
Tobias Brunner
2010-09-02 19:04:22 +02:00
parent ad808bc2a2
commit f32c0ce7b6
+1 -1
View File
@@ -67,10 +67,10 @@ do
\$SWITCH_${host} \ \$SWITCH_${host} \
mem=${MEM}M con=pty con0=fd:0,fd:1" & mem=${MEM}M con=pty con0=fd:0,fd:1" &
cgecho "done" cgecho "done"
sleep 15
fi fi
let "x0+=dx" let "x0+=dx"
let "y0+=dy" let "y0+=dy"
sleep 15
done done
if [ -z "$BOOTING_HOSTS" ] if [ -z "$BOOTING_HOSTS" ]