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} \
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" ]