diff --git a/test/test.py b/test/test.py index 96ff81672..17e1fd19d 100644 --- a/test/test.py +++ b/test/test.py @@ -248,6 +248,7 @@ def makeBrowserCommand(browser): if (name and name.find(key) > -1) or path.find(key) > -1: command = types[key](browser) command.name = command.name or key + break if command is None: raise Exception("Unrecognized browser: %s" % browser)