Bug 274819 - [import-w3c-tests] Fix and Improve the examples for the --help command
Summary: [import-w3c-tests] Fix and Improve the examples for the --help command
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Karl Dubost
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-05-29 01:05 PDT by Karl Dubost
Modified: 2024-05-29 23:47 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karl Dubost 2024-05-29 01:05:36 PDT
Currently, 

import-w3c-tests -h
usage: import-w3c-tests [-h] [-n] [-t] [-a] [-d DESTINATION] [-s SOURCE] [-v] [--no-fetch] [--import-all] [--clean-dest-dir]
                        [web-platform-tests/test_path ...]

To import a web-platform-tests test suite named xyz, use: 'import-w3c-tests web-platform-tests/xyz'.
To import a web-platform-tests suite from a specific folder, use 'import-w3c-tests xyz -s my-folder-containing-web-platform-tests-folder'

etc.

There's a mistake and it's hard to read.
Comment 1 Radar WebKit Bug Importer 2024-05-29 01:08:38 PDT
<rdar://problem/128925292>
Comment 2 Karl Dubost 2024-05-29 01:13:15 PDT
Pull request: https://github.com/WebKit/WebKit/pull/29213
Comment 3 EWS 2024-05-29 23:47:56 PDT
Committed 279499@main (8303df68dcd3): <https://commits.webkit.org/279499@main>

Reviewed commits have been landed. Closing PR #29213 and removing active labels.