Skip to content

Commit

Permalink
doc: remove legacy -J test.py option from BUILDING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Nov 24, 2021
1 parent da48824 commit 259429c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILDING.md
Expand Up @@ -333,7 +333,7 @@ You can execute the entire suite of tests for a given subsystem
by providing the name of a subsystem:

```text
$ python tools/test.py -J --mode=release child-process
$ python tools/test.py --mode=release child-process
```

If you want to check the other options, please refer to the help by using
Expand Down Expand Up @@ -401,7 +401,7 @@ by providing the name of a subsystem:

```text
$ make coverage-clean
$ NODE_V8_COVERAGE=coverage/tmp python tools/test.py -J --mode=release child-process
$ NODE_V8_COVERAGE=coverage/tmp python tools/test.py --mode=release child-process
$ make coverage-report-js
```

Expand Down

0 comments on commit 259429c

Please sign in to comment.