Bug 293814
| Summary: | [WPT import friction] Don't require the wpt clone to be called `web-platform-tests` | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | simon.fraser |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=277278 | ||
Simon Fraser (smfr)
The default name when you clone the WPT repo at https://github.com/web-platform-tests/wpt is wpt.git.
So let's allow that name in our import script. Currently, its say:
To import a web-platform-tests suite from a local copy of web platform tests:
1. Your local WPT copy must be in a directory called "web-platform-tests".
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
The script also takes the location of the WPT repo in the `-s` argument, so it should handle any name (e.g. with or without the `.git` extension).
Sam Sneddon [:gsnedders]
*** This bug has been marked as a duplicate of bug 257730 ***