Searched refs:script_shell_command (Results 1 – 3 of 3) sorted by relevance
46 def script_shell_command(cls, script_name): member in WebKitPort90 return cls.script_shell_command("update-webkit")94 return cls.script_shell_command("check-webkit-style")98 return cls.script_shell_command("prepare-ChangeLog")102 command = cls.script_shell_command("build-webkit")111 return cls.script_shell_command("run-javascriptcore-tests")115 return cls.script_shell_command("run-webkit-tests")119 return cls.script_shell_command("test-webkitpy")123 return cls.script_shell_command("test-webkitperl")248 command = cls.script_shell_command("new-run-webkit-tests")
552 def script_shell_command(self, script_name): member in Port553 return self._config.script_shell_command(script_name)
5749 Add script_shell_command to WebKitPort