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

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

Issue 2669593003: DevTools: npm test - add --target=SUB_DIRECTORY_NAME (Closed)
Patch Set: fix readme 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..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
« 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