mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix script so it exits
This commit is contained in:
parent
ae2a2a794b
commit
78626aeb4a
@ -202,10 +202,12 @@ changetype: modify
|
|||||||
replace: sn
|
replace: sn
|
||||||
sn: Fudd
|
sn: Fudd
|
||||||
EOMODS
|
EOMODS
|
||||||
|
sleep 1
|
||||||
n=`expr $n + 1`
|
n=`expr $n + 1`
|
||||||
done
|
done
|
||||||
|
|
||||||
|
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||||
|
|
||||||
echo ">>>>> Test succeeded"
|
echo ">>>>> Test succeeded"
|
||||||
|
|
||||||
test $KILLSERVERS != no && wait
|
test $KILLSERVERS != no && wait
|
||||||
|
Loading…
Reference in New Issue
Block a user