Chromium Code Reviews| 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..595bf859133bd29223bc63ba57d2276ebb88328f 100644 |
| --- a/third_party/WebKit/Source/devtools/readme.md |
| +++ b/third_party/WebKit/Source/devtools/readme.md |
| @@ -100,6 +100,13 @@ npm test -- --time-out-ms=6000000 <test_path> |
| npm test -- --fetch-content-shell |
| ``` |
| +#### `--target=SUB_DIRECTORY_NAME` |
|
chenwilliam
2017/01/31 22:52:02
I know layout tests does it `--target Default`, bu
|
| +``` |
| +# If you're using a build sub-directory that's not out/Release, |
| +# such as out/Default or out/Develop, then use --target=SUB_DIRECTORY_NAME |
| +# (e.g. if you're using out/Default) |
|
dgozman
2017/02/02 22:09:59
This line is redundant.
chenwilliam
2017/02/02 22:29:48
Done.
|
| +npm test -- --target=Default |
| +``` |
| ### Development |
| * All devtools commits: [View the log], [RSS feed] or [@DevToolsCommits] on Twitter |
| * [All open DevTools tickets] on crbug.com |