From 7d722e7eb41abd0147458c72285f6fea706c980e Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 14 Aug 2018 20:02:53 +0200 Subject: Fixes to allow run JavaScript and Python tests with workers --- python/test/Ice/scope/Server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/test/Ice/scope/Server.py') diff --git a/python/test/Ice/scope/Server.py b/python/test/Ice/scope/Server.py index 9d708d843d4..529b8c42ac3 100755 --- a/python/test/Ice/scope/Server.py +++ b/python/test/Ice/scope/Server.py @@ -114,7 +114,7 @@ class I4(Inner.Test.Inner2.I): class Server(TestHelper): def run(self, args): - with self.initialize(args) as communicator: + with self.initialize(args=args) as communicator: communicator.getProperties().setProperty("TestAdapter.Endpoints", self.getTestEndpoint()) adapter = communicator.createObjectAdapter("TestAdapter") adapter.add(I1(), Ice.stringToIdentity("i1")) -- cgit v1.2.3