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:
authorRich Trott <rtrott@gmail.com>2021-11-24 08:30:04 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2021-11-27 08:45:02 +0300
commit506816891b3a5908e640ae5786ac5166cfdae76f (patch)
tree2d40fcad9ebaa1dbbeda099cf32d13291d30849f /BUILDING.md
parentf7341e3f955d9072c8de5fa8eb053533893a6233 (diff)
doc: remove legacy -J test.py option from BUILDING.md
PR-URL: https://github.com/nodejs/node/pull/40945 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 8e43eb73d04..ae94b8846e9 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -403,7 +403,7 @@ by providing the name of a subsystem:
```text
$ make coverage-clean
-$ NODE_V8_COVERAGE=coverage/tmp tools/test.py -J --mode=release child-process
+$ NODE_V8_COVERAGE=coverage/tmp tools/test.py --mode=release child-process
$ make coverage-report-js
```