mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 04:29:35 -05:00
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:
parent
f16d101033
commit
002b826c30
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue