diff options
author | Ted Ross <tross@apache.org> | 2009-01-15 16:54:51 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2009-01-15 16:54:51 +0000 |
commit | fc4161ba87dd6459c394452b6cd35661dd3e4d73 (patch) | |
tree | d7d7ef25ae15a42a6a204c271f2845fd25d0e30c /cpp | |
parent | 3cb0b16ef2dc50c539c3212252c80833bc2cc042 (diff) | |
download | qpid-python-fc4161ba87dd6459c394452b6cd35661dd3e4d73.tar.gz |
Added missing PYTHONPATH definition.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@734755 13f79535-47bb-0310-9956-ffa450edef68
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 |