Skip to content

Commit ad28f55

Browse 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 <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent fbe25c7 commit ad28f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILDING.md

+1-1
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)