mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
doc: remove legacy -J
test.py option from BUILDING.md
PR-URL: https://github.com/nodejs/node/pull/42817 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
This commit is contained in:
parent
489e2299ed
commit
85a77b0cbf
@ -324,13 +324,13 @@ You can execute the entire suite of tests for a given subsystem
|
||||
by providing the name of a subsystem:
|
||||
|
||||
```text
|
||||
$ tools/test.py -J child-process
|
||||
$ tools/test.py child-process
|
||||
```
|
||||
|
||||
You can also execute the tests in a tests directory (such as `test/message`):
|
||||
|
||||
```text
|
||||
$ tools/test.py -J test/message
|
||||
$ tools/test.py test/message
|
||||
```
|
||||
|
||||
If you want to check the other options, please refer to the help by using
|
||||
|
Loading…
Reference in New Issue
Block a user