Skip to content

Commit b854d27

Browse files
kysnmMylesBorins
authored andcommitted
doc: Change options at STEP 5 in CONTRIBUTING.md
PR-URL: #12830 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Alexey Orlenko <[email protected]>
1 parent 1cd41e7 commit b854d27

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CONTRIBUTING.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,14 @@ If you are updating tests and just want to run a single test to check it, you
182182
can use this syntax to run it exactly as the test harness would:
183183

184184
```text
185-
$ python tools/test.py -v --mode=release parallel/test-stream2-transform
185+
$ python tools/test.py -J --mode=release parallel/test-stream2-transform
186+
```
187+
188+
If you want to check the other options, please refer to the help by using
189+
the `--help` option
190+
191+
```text
192+
$ python tools/test.py --help
186193
```
187194

188195
You can run tests directly with node:

0 commit comments

Comments
 (0)