fix test025-limits: wait for slapd shutdown

This commit is contained in:
HAMANO Tsukasa 2021-02-25 16:55:28 +09:00 committed by Quanah Gibson-Mount
parent c3a5b2c72d
commit 4c5a5a7588

View file

@ -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