From: Pierangelo Masarati Date: Thu, 12 Jan 2006 18:41:19 +0000 (+0000) Subject: remove workaround for fixed issue X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~334 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c9b3cf7fabe30d62626c75460094842f384eaffd;p=openldap remove workaround for fixed issue --- diff --git a/tests/scripts/test045-syncreplication-proxied b/tests/scripts/test045-syncreplication-proxied index 352d842ea8..e7e49dec0b 100755 --- a/tests/scripts/test045-syncreplication-proxied +++ b/tests/scripts/test045-syncreplication-proxied @@ -581,11 +581,12 @@ echo "$CHECK - Comparing retrieved entries from master and slave..." $CMP $MASTERFLT $SLAVEFLT > $CMPOUT if test $? != 0 ; then - echo " test failed - master and slave databases differ (ignored by now)" - #echo "test failed - master and slave databases differ" - #test $KILLSERVERS != no && kill -HUP $KILLPIDS - #exit 1 + #echo " test failed - master and slave databases differ (ignored by now)" + echo "test failed - master and slave databases differ" + test $KILLSERVERS != no && kill -HUP $KILLPIDS + exit 1 + # keep alive - in case we need it again echo " Stopping proxy to see if it auto-recovers..." kill -HUP $PROXYPID wait $PROXYPID