From 0a6cb55f7a9365e880587f87befabb996262f8d2 Mon Sep 17 00:00:00 2001 From: Kim van der Riet Date: Wed, 27 May 2009 18:09:02 +0000 Subject: 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/qpid@779262 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/run_cluster_tests | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'cpp/src/tests/run_cluster_tests') diff --git a/cpp/src/tests/run_cluster_tests b/cpp/src/tests/run_cluster_tests index f3fd3f2883..dca2f89899 100755 --- a/cpp/src/tests/run_cluster_tests +++ b/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 -- cgit v1.2.1