summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-01-06 17:02:11 +0000
committerAlan Conway <aconway@apache.org>2010-01-06 17:02:11 +0000
commit48452ef0b0b8b7d5a5a700aac95a9ed53f95c76e (patch)
treeb40360f0c3524f5d7b88682fc44479a9087d3a86 /python
parente7c824871a7238697e5c534aafffee99078975cd (diff)
downloadqpid-python-48452ef0b0b8b7d5a5a700aac95a9ed53f95c76e.tar.gz
Minor cluster test fixes.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@896540 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python')
-rw-r--r--python/qpid/brokertest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/qpid/brokertest.py b/python/qpid/brokertest.py
index 9ace762465..1a4f73a01f 100644
--- a/python/qpid/brokertest.py
+++ b/python/qpid/brokertest.py
@@ -295,8 +295,8 @@ class BrokerTest(TestCase):
qpidd_exec = checkenv("QPIDD_EXEC")
cluster_lib = os.getenv("CLUSTER_LIB")
xml_lib = os.getenv("XML_LIB")
- qpidConfig_exec = os.getenv("QPID_CONFIG_EXEC")
- qpidRoute_exec = os.getenv("QPID_ROUTE_EXEC")
+ qpid_config_exec = os.getenv("QPID_CONFIG_EXEC")
+ qpid_route_exec = os.getenv("QPID_ROUTE_EXEC")
receiver_exec = os.getenv("RECEIVER_EXEC")
sender_exec = os.getenv("SENDER_EXEC")
store_lib = os.getenv("STORE_LIB")