Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(823)

Unified Diff: third_party/WebKit/Source/devtools/readme.md

Issue 2669593003: DevTools: npm test - add --target=SUB_DIRECTORY_NAME (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/scripts/npm_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/scripts/npm_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698