diff options
Diffstat (limited to 'python/test/Ice/faultTolerance/Client.py')
-rwxr-xr-x | python/test/Ice/faultTolerance/Client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/faultTolerance/Client.py b/python/test/Ice/faultTolerance/Client.py index b1f9d8cb981..d7fe484e12f 100755 --- a/python/test/Ice/faultTolerance/Client.py +++ b/python/test/Ice/faultTolerance/Client.py @@ -27,7 +27,7 @@ class Client(TestHelper): ports = [] for arg in args: if arg[0] == '-': - raise RuntimeError("unknown option `" + arg + "'") + continue ports.append(int(arg)) if len(ports) == 0: |