mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
fix test025-limits: wait for slapd shutdown
This commit is contained in:
parent
c3a5b2c72d
commit
4c5a5a7588
1 changed files with 1 additions and 1 deletions
|
|
@ -751,7 +751,7 @@ esac
|
|||
|
||||
if test $MAINDB != maindb ; then
|
||||
# only mdb currently supports pagedResults control
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS && wait
|
||||
|
||||
echo ">>>>> Test succeeded"
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue