Skip to content

Commit

Permalink
doc: remove legacy -J test.py option from BUILDING.md
Browse files Browse the repository at this point in the history
PR-URL: #42817
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
  • Loading branch information
LiviaMedeiros authored and targos committed Jul 31, 2022
1 parent 64919a5 commit e1127b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1127b6

Please sign in to comment.