Skip to content

Commit

Permalink
doc: improve example single-test command
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
davidguttman authored and targos committed Aug 19, 2019
1 parent fbe25c7 commit ad28f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ If you are updating tests and want to run tests in a single test file
(e.g. `test/parallel/test-stream2-transform.js`):

```text
$ python tools/test.py parallel/test-stream2-transform.js
$ python tools/test.py test/parallel/test-stream2-transform.js
```

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

0 comments on commit ad28f55

Please sign in to comment.