From: Howard Chu Date: Mon, 24 Mar 2003 15:00:04 +0000 (+0000) Subject: ITS#2363 - slurpd should now exit cleanly without -KILL X-Git-Tag: NO_SLAP_OP_BLOCKS~46 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c532587f51da9fa4ee8a7e4e5360a7fa7e83be79;p=openldap ITS#2363 - slurpd should now exit cleanly without -KILL --- diff --git a/tests/scripts/test007-replication b/tests/scripts/test007-replication index d8d0059922..07d7f5bc91 100755 --- a/tests/scripts/test007-replication +++ b/tests/scripts/test007-replication @@ -95,7 +95,7 @@ RC=$? if test $RC != 0 ; then echo "ldapadd failed ($RC)!" kill -HUP $PID $SLAVEPID - kill -KILL $SLURPPID + kill -HUP $SLURPPID exit $RC fi @@ -191,7 +191,7 @@ RC=$? if test $RC != 0 ; then echo "ldapsearch failed ($RC)!" kill -HUP $PID $SLAVEPID - kill -KILL $SLURPPID + kill -HUP $SLURPPID exit $RC fi @@ -203,12 +203,12 @@ RC=$? if test $RC != 0 ; then echo "ldapsearch failed ($RC)!" kill -HUP $PID $SLAVEPID - kill -KILL $SLURPPID + kill -HUP $SLURPPID exit $RC fi kill -HUP $PID $SLAVEPID -kill -KILL $SLURPPID +kill -HUP $SLURPPID SEARCHOUT=$MASTEROUT LDIF=$SLAVEOUT