From b0fccf4e634dea18cf864864ab423505a66d82b9 Mon Sep 17 00:00:00 2001 From: LiviaMedeiros Date: Fri, 22 Apr 2022 01:41:38 +0800 Subject: [PATCH] doc: remove legacy `-J` test.py option from BUILDING.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/42817 Reviewed-By: Tobias Nießen Reviewed-By: Luigi Pinca Reviewed-By: Mestery Reviewed-By: Darshan Sen --- BUILDING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index d1fa6e0648305e..785d38ff65fe5d 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -337,13 +337,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