From: Pierangelo Masarati Date: Sun, 29 Aug 2010 06:11:13 +0000 (+0000) Subject: s/provider/producer/ X-Git-Tag: MIGRATION_CVS2GIT~506 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bf9b8e5e5fe223aae3d682e42c143147524de7fe;p=openldap s/provider/producer/ --- diff --git a/tests/scripts/test054-syncreplication-parallel-load b/tests/scripts/test054-syncreplication-parallel-load index 6dfeef966c..ee06c610fa 100755 --- a/tests/scripts/test054-syncreplication-parallel-load +++ b/tests/scripts/test054-syncreplication-parallel-load @@ -17,7 +17,7 @@ echo "running defines.sh" . $SRCDIR/scripts/defines.sh if test $SYNCPROV = syncprovno; then - echo "Syncrepl provider overlay not available, test skipped" + echo "Syncrepl producer overlay not available, test skipped" exit 0 fi @@ -123,7 +123,7 @@ wait $C1PID $C2PID echo "Waiting $SLEEP1 seconds for syncrepl to receive changes..." sleep $SLEEP1 -echo "Stopping the provider, sleeping 10 seconds and restarting it..." +echo "Stopping the producer, sleeping 10 seconds and restarting it..." kill -HUP "$PID" wait $PID sleep 10