summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/run_cluster_tests
diff options
context:
space:
mode:
authorKim van der Riet <kpvdr@apache.org>2009-05-27 18:09:02 +0000
committerKim van der Riet <kpvdr@apache.org>2009-05-27 18:09:02 +0000
commit2c0ff96d85e7ed0d9dfe137eb3268ee8fd20c738 (patch)
treeee581d1f1875de6d0b22f9566d73585f39b13a78 /qpid/cpp/src/tests/run_cluster_tests
parentc9694c758e72403f57ea57e0ba67939317deac1d (diff)
downloadqpid-python-2c0ff96d85e7ed0d9dfe137eb3268ee8fd20c738.tar.gz
Fix from gsim for python path; also changed name of QPID_CONFIG environment variable which clashes with previous definition and made others more consistent in naming.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@779262 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/run_cluster_tests')
-rwxr-xr-xqpid/cpp/src/tests/run_cluster_tests12
1 files changed, 7 insertions, 5 deletions
diff --git a/qpid/cpp/src/tests/run_cluster_tests b/qpid/cpp/src/tests/run_cluster_tests
index f3fd3f2883..dca2f89899 100755
--- a/qpid/cpp/src/tests/run_cluster_tests
+++ b/qpid/cpp/src/tests/run_cluster_tests
@@ -43,12 +43,14 @@ EOF
exit 0
fi
-export PYTHONPATH=$srcdir
+export PYTHONPATH=$srcdir:$srcdir/../../../python
export RUN_CLUSTER_TESTS=1
-export QPIDD=$srcdir/../qpidd
-export LIBCLUSTER=$srcdir/../.libs/cluster.so
-export RECEIVER=$srcdir/receiver
-export SENDER=$srcdir/sender
+export QPIDD_EXEC=$srcdir/../qpidd
+export CLUSTER_LIB=$srcdir/../.libs/cluster.so
+export QPID_CONFIG_EXEC=$srcdir/../../../python/commands/qpid-config
+export QPID_ROUTE_EXEC=$srcdir/../../../python/commands/qpid-config
+export RECEIVER_EXEC=$srcdir/receiver
+export SENDER_EXEC=$srcdir/sender
#Make sure temp dir exists if this is the first to use it
TMP_STORE_DIR=${TEST_DIR}/test_tmp