summaryrefslogtreecommitdiff
path: root/scripts/Controller.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2017-01-09 11:12:16 +0100
committerBenoit Foucher <benoit@zeroc.com>2017-01-09 11:12:16 +0100
commit27f45794866bc600abcc3aa6207e0468660f908d (patch)
tree4b9ff5f33b84948a01258d8008b743fbc4013a18 /scripts/Controller.py
parentRenamed Slice/keyword test to clash, and added identifier-clash test (diff)
downloadice-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-xscripts/Controller.py2
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