Skip to content

Commit d7d16f7

Browse files
kysnmrefack
authored andcommittedMay 12, 2017
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 a82e0e6 commit d7d16f7

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
@@ -170,7 +170,14 @@ C++ linting.
170170
If you are updating tests and just want to run a single test to check it:
171171

172172
```text
173-
$ python tools/test.py -v --mode=release parallel/test-stream2-transform
173+
$ python tools/test.py -J --mode=release parallel/test-stream2-transform
174+
```
175+
176+
If you want to check the other options, please refer to the help by using
177+
the `--help` option
178+
179+
```text
180+
$ python tools/test.py --help
174181
```
175182

176183
You can usually run tests directly with node:

0 commit comments

Comments
 (0)
Please sign in to comment.