Skip to content

Commit 7d8f143

Browse files
LiviaMedeirosjuanarbol
authored andcommitted
doc: remove legacy -J test.py option from BUILDING.md
PR-URL: #42817 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent 56670f0 commit 7d8f143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILDING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,13 +336,13 @@ You can execute the entire suite of tests for a given subsystem
336336
by providing the name of a subsystem:
337337

338338
```text
339-
$ tools/test.py -J child-process
339+
$ tools/test.py child-process
340340
```
341341

342342
You can also execute the tests in a tests directory (such as `test/message`):
343343

344344
```text
345-
$ tools/test.py -J test/message
345+
$ tools/test.py test/message
346346
```
347347

348348
If you want to check the other options, please refer to the help by using

0 commit comments

Comments
 (0)