RESOLVED FIXED 118512
Make Perl tools work when using git bisect with Git branch build setup
https://bugs.webkit.org/show_bug.cgi?id=118512
Summary Make Perl tools work when using git bisect with Git branch build setup
Daniel Bates
Reported 2013-07-09 10:06:42 PDT
Currently, when using a Git checkout with a Git branch build setup (i.e. git config core.webKitBranchBuild true) the various Perl tools (run-webkit-app, {debug, run}-safari, et cetera) don't work during a git bisect session because they can't find the branch-specific build of WebKit (since git bisect puts Git into a detached HEAD state). These tools are convenient to use when identifying a regression during a git bisect session. We should make the tools work in a Git branch build setup.
Attachments
Patch (3.22 KB, patch)
2013-07-09 10:20 PDT, Daniel Bates
mrobinson: review+
Daniel Bates
Comment 1 2013-07-09 10:20:26 PDT
Martin Robinson
Comment 2 2013-07-19 15:09:05 PDT
Comment on attachment 206337 [details] Patch Cool!
Daniel Bates
Comment 3 2013-07-19 15:44:49 PDT
Note You need to log in before you can comment on or make changes to this bug.