diff options
Diffstat (limited to 'python/test/TestHelper.py')
-rw-r--r-- | python/test/TestHelper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/TestHelper.py b/python/test/TestHelper.py index c4ffb17f32a..8fd35ad9d4b 100644 --- a/python/test/TestHelper.py +++ b/python/test/TestHelper.py @@ -55,7 +55,7 @@ class TestHelper: def createTestProperties(self, args=[]): properties = Ice.createProperties(args) - properties.parseCommandLineOptions("Test", args) + args = properties.parseCommandLineOptions("Test", args) return properties def initialize(self, initData=None, properties=None, args=[]): |