# Make sure the tree is still green after updating, before building this patch.
# The first patch ends up checking tree status twice, but that's OK.
self._tool.steps.ensure_builders_are_green(self._tool.buildbot, self._options)
- WebKitLandingScripts.build_webkit(quiet=self._options.quiet, port=self._port)
+ self._tool.steps.build_webkit(quiet=self._options.quiet, port=self._port)
def test(self):
# When running non-interactively we don't want to launch Safari and we want to exit after the first failure.