Skip to content

Commit 227a45b

Browse files
LiviaMedeirostargos
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 e313dc6 commit 227a45b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILDING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -323,13 +323,13 @@ You can execute the entire suite of tests for a given subsystem
323323
by providing the name of a subsystem:
324324

325325
```text
326-
$ tools/test.py -J child-process
326+
$ tools/test.py child-process
327327
```
328328

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

331331
```text
332-
$ tools/test.py -J test/message
332+
$ tools/test.py test/message
333333
```
334334

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

0 commit comments

Comments
 (0)