Bug 210831 - Bindings-test should not require being in the checkout directory
Summary: Bindings-test should not require being in the checkout directory
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Matt Lewis
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-04-21 17:27 PDT by Matt Lewis
Modified: 2020-04-21 18:46 PDT (History)
8 users (show)

See Also:


Attachments
Patch (1.22 KB, patch)
2020-04-21 17:40 PDT, Matt Lewis
no flags Details | Formatted Diff | Diff
Patch (1.22 KB, patch)
2020-04-21 18:41 PDT, Matt Lewis
jbedard: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Lewis 2020-04-21 17:27:26 PDT
Currently the bindings tests must be run from the checkout directory, they should be able to be run outside of the checkout directory.
Comment 1 Matt Lewis 2020-04-21 17:27:51 PDT
rdar://problem/62072298
Comment 2 Radar WebKit Bug Importer 2020-04-21 17:28:22 PDT
<rdar://problem/62140724>
Comment 3 Matt Lewis 2020-04-21 17:40:28 PDT
Created attachment 397150 [details]
Patch
Comment 4 Jonathan Bedard 2020-04-21 18:31:16 PDT
Comment on attachment 397150 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=397150&action=review

> Tools/ChangeLog:3
> +        Bindings-test should not require being in the checkout directory.

Would say: Bindings-test should not depend on current working directory.
Comment 5 Matt Lewis 2020-04-21 18:41:12 PDT
Created attachment 397157 [details]
Patch
Comment 6 Matt Lewis 2020-04-21 18:46:55 PDT
Committed r260484: <https://trac.webkit.org/changeset/260484>