[Webkit-unassigned] [Bug 37630] delete redundant test outputs
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 12 18:38:15 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=37630
--- Comment #27 from Eric Seidel <eric at webkit.org> 2010-08-12 18:38:14 PST ---
scm.py knows how to handle running in those cases. Perhaps this should use more of webkitpy code to take care of that for you.
You can use detect_scm_system to find the checkout_root.
http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/webkitpy/common/checkout/scm.py#L41
We've long talked about making it easier to write non-webkit-patch tools which use webkitpy. We just have a couple bugs to fix to make that possible. (Mostly abstracting the data storage out of WebKitPatch into a separate Tool class that can be set as self.tool on Command instances instead of WebKitPatch.)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list