diff options
Diffstat (limited to 'scripts/LocalDriver.py')
-rw-r--r-- | scripts/LocalDriver.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/LocalDriver.py b/scripts/LocalDriver.py index e436e8435f0..6c171f632ef 100644 --- a/scripts/LocalDriver.py +++ b/scripts/LocalDriver.py @@ -291,7 +291,7 @@ class LocalDriver(Driver): self.total = total @classmethod - def getOptions(self): + def getSupportedArgs(self): return ("", ["cross=", "workers=", "continue", "loop", "start=", "all", "all-cross", "host=", "client=", "server=", "show-durations"]) |