Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1127b6

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 64919a5 commit e1127b6

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
@@ -337,13 +337,13 @@ You can execute the entire suite of tests for a given subsystem
337337
by providing the name of a subsystem:
338338

339339
```text
340-
$ tools/test.py -J child-process
340+
$ tools/test.py child-process
341341
```
342342

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

345345
```text
346-
$ tools/test.py -J test/message
346+
$ tools/test.py test/message
347347
```
348348

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

0 commit comments

Comments
 (0)