diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/qpid/brokertest.py | 4 |
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") |
