From 7e5ceaf484253d00e17cb8579e802f12c1d06236 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Wed, 19 Jun 2013 17:11:52 +0000 Subject: QPID-4938: No longer build acl or ssl support as plugins (also remove final references to dead watchdog plugin) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1494697 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/ha_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src/tests/ha_test.py') diff --git a/qpid/cpp/src/tests/ha_test.py b/qpid/cpp/src/tests/ha_test.py index 9cf721fd01..f3c1d3a957 100755 --- a/qpid/cpp/src/tests/ha_test.py +++ b/qpid/cpp/src/tests/ha_test.py @@ -127,7 +127,7 @@ acl allow all all """) aclf.close() if not "--acl-file" in args: - args += [ "--acl-file", acl, "--load-module", os.getenv("ACL_LIB") ] + args += [ "--acl-file", acl, ] args += ["--socket-fd=%s"%ha_port.fileno, "--listen-disable=tcp"] Broker.__init__(self, test, args, port=ha_port.port, **kwargs) self.qpid_ha_path=os.path.join(os.getenv("PYTHON_COMMANDS"), "qpid-ha") -- cgit v1.2.1