diff options
| author | Gordon Sim <gsim@apache.org> | 2009-02-19 12:19:15 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2009-02-19 12:19:15 +0000 |
| commit | 2195a9a0986f9a52c3fce0c5765fe5cf454e31b2 (patch) | |
| tree | 56278f6cea2dcdc1301f0648aa038cf9cfbbba2e /cpp/src | |
| parent | e61b0224853e3864d2d219f8dd4c55a63a860881 (diff) | |
| download | qpid-python-2195a9a0986f9a52c3fce0c5765fe5cf454e31b2.tar.gz | |
Ensure pythonpath is set correctly
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@745834 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
| -rwxr-xr-x | cpp/src/tests/federated_cluster_test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/federated_cluster_test b/cpp/src/tests/federated_cluster_test index d4549738b2..c518c0caed 100755 --- a/cpp/src/tests/federated_cluster_test +++ b/cpp/src/tests/federated_cluster_test @@ -54,6 +54,7 @@ start_brokers() { } setup() { + export PYTHONPATH=$PYTHON_DIR #create exchange on both cluster and single broker $PYTHON_DIR/commands/qpid-config -a "localhost:$BROKER_A" add exchange direct test-exchange $PYTHON_DIR/commands/qpid-config -a "localhost:$NODE_1" add exchange direct test-exchange |
