diff options
Diffstat (limited to 'python/test/Ice/facets/Client.py')
-rwxr-xr-x | python/test/Ice/facets/Client.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/test/Ice/facets/Client.py b/python/test/Ice/facets/Client.py index 2a378682942..e68dd08a3f8 100755 --- a/python/test/Ice/facets/Client.py +++ b/python/test/Ice/facets/Client.py @@ -16,7 +16,6 @@ import AllTests class Client(TestHelper): def run(self, args): - - with self.initialize(args) as communicator: + with self.initialize(args=args) as communicator: g = AllTests.allTests(self, communicator) g.shutdown() |