X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Ftest033-glue-syncrepl;h=75b876cf169f45a784648ff475d9874394ff5345;hb=d8fbe2d32cc5885698215234758d45610d132411;hp=82e3f3b07c878463c33914a1f2d03b55b899b97f;hpb=25b15e0014780accc252c64d0499a8d64d210cfa;p=openldap diff --git a/tests/scripts/test033-glue-syncrepl b/tests/scripts/test033-glue-syncrepl index 82e3f3b07c..75b876cf16 100755 --- a/tests/scripts/test033-glue-syncrepl +++ b/tests/scripts/test033-glue-syncrepl @@ -79,7 +79,7 @@ for i in 0 1 2 3 4 5; do sleep 5 done -echo "Waiting 15 seconds for slapds to sync..." +echo "Waiting 15 seconds for shadow subtrees to sync..." sleep 15 for P in $PORT1 $PORT2 ; do @@ -90,6 +90,7 @@ for P in $PORT1 $PORT2 ; do if test $RC != 0 ; then echo "ldapsearch failed ($RC)!" + test $KILLSERVERS != no && kill -HUP $KILLPIDS exit $RC fi @@ -102,6 +103,7 @@ for P in $PORT1 $PORT2 ; do if test $? != 0 ; then echo "comparison failed - database was not created correctly" + test $KILLSERVERS != no && kill -HUP $KILLPIDS exit 1 fi done