We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-J
1 parent 56670f0 commit 7d8f143Copy full SHA for 7d8f143
BUILDING.md
@@ -336,13 +336,13 @@ You can execute the entire suite of tests for a given subsystem
336
by providing the name of a subsystem:
337
338
```text
339
-$ tools/test.py -J child-process
+$ tools/test.py child-process
340
```
341
342
You can also execute the tests in a tests directory (such as `test/message`):
343
344
345
-$ tools/test.py -J test/message
+$ tools/test.py test/message
346
347
348
If you want to check the other options, please refer to the help by using
0 commit comments