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.
1 parent a82e0e6 commit d7d16f7Copy full SHA for d7d16f7
CONTRIBUTING.md
@@ -170,7 +170,14 @@ C++ linting.
170
If you are updating tests and just want to run a single test to check it:
171
172
```text
173
-$ python tools/test.py -v --mode=release parallel/test-stream2-transform
+$ 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
181
```
182
183
You can usually run tests directly with node:
0 commit comments