Replace sleep with wait. Note that KILLSERVERS doesn't make much sense

here since the script has to respawn the servers anyway.
This commit is contained in:
Howard Chu 2006-01-13 21:32:24 +00:00
parent f16d101033
commit 002b826c30

View file

@ -89,8 +89,8 @@ for RELAY in $RELAYS ; do
if test $first = 1 ; then
first=0
else
echo ">>>>> waiting 10 seconds for things to exit"
sleep 10
echo ">>>>> waiting for things to exit"
test $KILLSERVERS != no && wait
echo ""
rm -rf $TESTDIR