Bug 215338 - [CMake][JSC] Fix testapiScripts copy location
Summary: [CMake][JSC] Fix testapiScripts copy location
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CMake (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Lauro Moura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-10 14:23 PDT by Lauro Moura
Modified: 2020-08-10 17:25 PDT (History)
12 users (show)

See Also:


Attachments
Patch (1.30 KB, patch)
2020-08-10 14:33 PDT, Lauro Moura
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lauro Moura 2020-08-10 14:23:54 PDT
Currently failing with:

Could not open file: ./testapiScripts/testapi.js

During the setup, `file(COPY <path>/testapiScripts DESTINATION <target>/testapiScripts)` ends up creating <target>/testapiScripts/testapiScripts instead of copying the contents of testapiScripts.
Comment 1 Lauro Moura 2020-08-10 14:33:33 PDT
Created attachment 406331 [details]
Patch
Comment 2 EWS 2020-08-10 17:25:47 PDT
Committed r265479: <https://trac.webkit.org/changeset/265479>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 406331 [details].