[Webkit-unassigned] [Bug 91265] cr-ews bot doesn't set CWD correctly when zipping layout test results

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 13 11:15:10 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=91265





--- Comment #3 from Eric Seidel <eric at webkit.org>  2012-07-13 11:15:10 PST ---
(In reply to comment #2)
> I suspect that Workspace.create_zip just needs to be passed some sort of -D argument or something to have it cd into the directory before its starts zipping.

Hmm... Or maybe I'm thinking of tar.

We can probably just pass the zip directory as the cwd= in run_command:
http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/system/executive.py#L372
and then tell it to zip "."

-- 
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