From bf9b8e5e5fe223aae3d682e42c143147524de7fe Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Sun, 29 Aug 2010 06:11:13 +0000 Subject: [PATCH] s/provider/producer/ --- tests/scripts/test054-syncreplication-parallel-load | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5