diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-01-09 11:12:16 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-01-09 11:12:16 +0100 |
commit | 27f45794866bc600abcc3aa6207e0468660f908d (patch) | |
tree | 4b9ff5f33b84948a01258d8008b743fbc4013a18 /scripts/Controller.py | |
parent | Renamed Slice/keyword test to clash, and added identifier-clash test (diff) | |
download | ice-27f45794866bc600abcc3aa6207e0468660f908d.tar.bz2 ice-27f45794866bc600abcc3aa6207e0468660f908d.tar.xz ice-27f45794866bc600abcc3aa6207e0468660f908d.zip |
Added support for SSL with automated UWP tests
Diffstat (limited to 'scripts/Controller.py')
-rwxr-xr-x | scripts/Controller.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Controller.py b/scripts/Controller.py index ab81a80e871..7eee0574c1f 100755 --- a/scripts/Controller.py +++ b/scripts/Controller.py @@ -26,7 +26,7 @@ class ControllerDriver(Driver): self.config.protocol = protocol @classmethod - def getOptions(self): + def getSupportedArgs(self): return ("", ["clean", "id=", "endpoints="]) @classmethod |