Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiviaMedeiros <livia@cirno.name>2022-04-21 20:41:38 +0300
committerMichaël Zasso <targos@protonmail.com>2022-05-02 15:39:31 +0300
commit227a45ba6085f4c1027ea61e7711a31c8bf65050 (patch)
tree81f4c2bf5a7e4c9be0f7dca9514d77b07f96d6e2 /BUILDING.md
parente313dc6ed99b97f1809187a337665386cf406d0a (diff)
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>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 4cd19f557c0..025b6b69d71 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -323,13 +323,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