Bug 198480

Summary: REGRESSION(r245567): [GTK][WPE] [2.25.1] WebKitWebDriver gets installed as WebDriver
Product: WebKit Reporter: Alberto Garcia <berto>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, cgarcia, don.olmstead, mcatanzaro
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mcatanzaro: review+

Description Alberto Garcia 2019-06-03 01:30:37 PDT
The latest release of WebKitGTK installs the WebKitWebDriver binary as /usr/bin/WebDriver
Comment 1 Michael Catanzaro 2019-06-03 05:38:56 PDT
Should be /usr/bin/WebKitWebDriver
Comment 2 Carlos Garcia Campos 2019-06-03 06:20:07 PDT
We are now using the WEBKIT_EXECUTABLE macro that uses target_OUTPUT_NAME variable, but we define taget_Process_OUTPUT_NAME
Comment 3 Carlos Garcia Campos 2019-06-03 06:21:31 PDT
Created attachment 371187 [details]
Patch
Comment 4 Alberto Garcia 2019-06-03 07:21:22 PDT
I confirm that the patch works
Comment 5 Alberto Garcia 2019-06-03 07:28:29 PDT
Committed r246035: <https://trac.webkit.org/changeset/246035>