summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorLiviaMedeiros <livia@cirno.name>2022-04-22 01:41:38 +0800
committerNode.js GitHub Bot <github-bot@iojs.org>2022-04-28 18:58:47 +0000
commit85a77b0cbf7913697bbfae56d17aa9b25894f10e (patch)
tree7fa43795266e4ac2b21f70f9dfbeaebdf4cb988c /BUILDING.md
parent489e2299ed483da6665ade47db0b56bac783b89a (diff)
downloadnode-new-85a77b0cbf7913697bbfae56d17aa9b25894f10e.tar.gz
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 31800bd66b..8a23e7e1be 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -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