[webkit-reviews] review granted: [Bug 87451] garden-o-matic should rebaseline baselines in parallel : [Attachment 144152] clean up, add tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 25 14:56:08 PDT 2012


Ojan Vafai <ojan at chromium.org> has granted Dirk Pranke <dpranke at chromium.org>'s
request for review:
Bug 87451: garden-o-matic should rebaseline baselines in parallel
https://bugs.webkit.org/show_bug.cgi?id=87451

Attachment 144152: clean up, add tests
https://bugs.webkit.org/attachment.cgi?id=144152&action=review

------- Additional Comments from Ojan Vafai <ojan at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=144152&action=review


Nice test.

> Tools/Scripts/webkitpy/tool/servers/gardeningserver.py:209
> +def run_command(cmd_line_and_cwd):
> +    (cmd_line, cwd) = cmd_line_and_cwd
> +    host = Host()
> +    output = host.executive.run_command(cmd_line, cwd=cwd)

dead code?


More information about the webkit-reviews mailing list