From: Howard Chu Date: Sun, 19 Oct 2003 11:23:07 +0000 (+0000) Subject: Fix error messages X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~536 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=127c7a138107d1ae35b0c1f57494664c05affa91;p=openldap Fix error messages --- diff --git a/tests/scripts/test020-syncreplication-cascading b/tests/scripts/test020-syncreplication-cascading index d96c76bb5f..00f8b6ebcb 100755 --- a/tests/scripts/test020-syncreplication-cascading +++ b/tests/scripts/test020-syncreplication-cascading @@ -356,7 +356,7 @@ $LDAPSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $P1SLAVEPORT \ RC=$? if test $RC != 0 ; then - echo "ldapsearch failed at R1 slave ($RC)!" + echo "ldapsearch failed at P1 slave ($RC)!" kill -HUP $PID $R1SLAVEPID $R2SLAVEPID $P1SLAVEPID $P2SLAVEPID $P3SLAVEPID exit $RC fi @@ -367,7 +367,7 @@ $LDAPSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $P2SLAVEPORT \ RC=$? if test $RC != 0 ; then - echo "ldapsearch failed at R2 slave ($RC)!" + echo "ldapsearch failed at P2 slave ($RC)!" kill -HUP $PID $R1SLAVEPID $R2SLAVEPID $P1SLAVEPID $P2SLAVEPID $P3SLAVEPID exit $RC fi @@ -378,7 +378,7 @@ $LDAPSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $P3SLAVEPORT \ RC=$? if test $RC != 0 ; then - echo "ldapsearch failed at R2 slave ($RC)!" + echo "ldapsearch failed at P3 slave ($RC)!" kill -HUP $PID $R1SLAVEPID $R2SLAVEPID $P1SLAVEPID $P2SLAVEPID $P3SLAVEPID exit $RC fi