RESOLVED FIXED 31767
commit-queue fails to run with "permissions error" due to bad bugzilla-tool path
https://bugs.webkit.org/show_bug.cgi?id=31767
Summary commit-queue fails to run with "permissions error" due to bad bugzilla-tool path
Eric Seidel (no email)
Reported 2009-11-21 07:01:55 PST
commit-queue fails to run with "permissions error" due to bad bugzilla-tool path When we moved the queue commands into queues.py, an important __file__ definition came with, and now the commit-queue is trying to exec queues.py instead of bugzilla-tool when launching land-attachment for the commit-queue. I couldn't think of a useful unit test for this. What we really want to test is that BugzillaToo.path() points to an executable script. However we don't have any way to unit test BugzillaTool itself yet.
Attachments
Patch (3.72 KB, patch)
2009-11-21 07:05 PST, Eric Seidel (no email)
abarth: review+
Eric Seidel (no email)
Comment 1 2009-11-21 07:05:13 PST
Adam Barth
Comment 2 2009-11-21 07:28:16 PST
Comment on attachment 43647 [details] Patch Yep. My bad
Eric Seidel (no email)
Comment 3 2009-11-21 07:50:38 PST
Note You need to log in before you can comment on or make changes to this bug.