| Index: third_party/WebKit/Source/devtools/readme.md
|
| diff --git a/third_party/WebKit/Source/devtools/readme.md b/third_party/WebKit/Source/devtools/readme.md
|
| index 889af423549bdf04715fa2bfee5cf6244fbcb925..8fee41f44ee5b6b02f497737ed8840e7bd29cefe 100644
|
| --- a/third_party/WebKit/Source/devtools/readme.md
|
| +++ b/third_party/WebKit/Source/devtools/readme.md
|
| @@ -100,6 +100,12 @@ npm test -- --time-out-ms=6000000 <test_path>
|
| npm test -- --fetch-content-shell
|
| ```
|
|
|
| +#### `--target=SUB_DIRECTORY_NAME`
|
| +```
|
| +# If you're using a build sub-directory that's not out/Release,
|
| +# such as out/Default, then use --target=SUB_DIRECTORY_NAME
|
| +npm test -- --target=Default
|
| +```
|
| ### Development
|
| * All devtools commits: [View the log], [RSS feed] or [@DevToolsCommits] on Twitter
|
| * [All open DevTools tickets] on crbug.com
|
|
|