summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2009-02-19 12:19:15 +0000
committerGordon Sim <gsim@apache.org>2009-02-19 12:19:15 +0000
commitf824b8b88b8065716006380306f0a6274ec85f2e (patch)
tree12705e5ca27aa3fc2127af31b1b7f078efe2b73f
parentc1095c7c31360307e66b1a7d549775c34dba92fd (diff)
downloadqpid-python-f824b8b88b8065716006380306f0a6274ec85f2e.tar.gz
Ensure pythonpath is set correctly
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@745834 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xqpid/cpp/src/tests/federated_cluster_test1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/federated_cluster_test b/qpid/cpp/src/tests/federated_cluster_test
index d4549738b2..c518c0caed 100755
--- a/qpid/cpp/src/tests/federated_cluster_test
+++ b/qpid/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