File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -295,11 +295,11 @@ If you want to run the linter without running tests, use
295295` make lint ` /` vcbuild lint ` . It will run both JavaScript linting and
296296C++ linting.
297297
298- If you are updating tests and just want to run a single test to check it
299- e.g. To just run the tests in ` test/parallel/test-stream2-transform.js ` :
298+ If you are updating tests and just want to run tests in a single test file
299+ ( e.g. ` test/parallel/test-stream2-transform.js ` ) to check it :
300300
301301``` text
302- $ python tools/test.py -J --mode=release parallel/test-stream2-transform
302+ $ python tools/test.py parallel/test-stream2-transform.js
303303```
304304
305305You can execute the entire suite of tests for a given subsystem
You can’t perform that action at this time.
0 commit comments