From 27f45794866bc600abcc3aa6207e0468660f908d Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Mon, 9 Jan 2017 11:12:16 +0100 Subject: Added support for SSL with automated UWP tests --- scripts/Controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/Controller.py') 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 -- cgit v1.2.3