diff options
Diffstat (limited to 'cpp')
| -rwxr-xr-x | cpp/src/tests/replication_test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/replication_test b/cpp/src/tests/replication_test index 6bf8041343..931078c047 100755 --- a/cpp/src/tests/replication_test +++ b/cpp/src/tests/replication_test @@ -42,6 +42,7 @@ if test -d ${PYTHON_DIR} && test -e ../.libs/replicating_listener.so && test -e ../qpidd --daemon --port 0 --no-data-dir --no-module-dir --auth no --load-module ../.libs/replication_exchange.so > qpidd.port BROKER_B=`cat qpidd.port` + export PYTHONPATH=$PYTHON_DIR $PYTHON_DIR/commands/qpid-config -a "localhost:$BROKER_B" add exchange replication replication $PYTHON_DIR/commands/qpid-route queue add "localhost:$BROKER_B" "localhost:$BROKER_A" replication replication |
