Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ad28f55

Browse filesBrowse files
davidguttmantargos
authored andcommitted
doc: improve example single-test command
Changes example command to refer to the full test directory: `./test/parallel/` instead of `./parallel/` PR-URL: #29171 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent fbe25c7 commit ad28f55
Copy full SHA for ad28f55

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎BUILDING.md‎

Copy file name to clipboardExpand all lines: BUILDING.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ If you are updating tests and want to run tests in a single test file
328328
(e.g. `test/parallel/test-stream2-transform.js`):
329329

330330
```text
331-
$ python tools/test.py parallel/test-stream2-transform.js
331+
$ python tools/test.py test/parallel/test-stream2-transform.js
332332
```
333333

334334
You can execute the entire suite of tests for a given subsystem

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.