File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -318,28 +318,28 @@ If you are updating tests and want to run tests in a single test file
318318(e.g. ` test/parallel/test-stream2-transform.js ` ):
319319
320320``` text
321- $ python3 tools/test.py test/parallel/test-stream2-transform.js
321+ $ python tools/test.py test/parallel/test-stream2-transform.js
322322```
323323
324324You can execute the entire suite of tests for a given subsystem
325325by providing the name of a subsystem:
326326
327327``` text
328- $ python3 tools/test.py child-process
328+ $ python tools/test.py child-process
329329```
330330
331331You can also execute the tests in a test suite directory
332332(such as ` test/message ` ):
333333
334334``` text
335- $ python3 tools/test.py test/message
335+ $ python tools/test.py test/message
336336```
337337
338338If you want to check the other options, please refer to the help by using
339339the ` --help ` option:
340340
341341``` text
342- $ python3 tools/test.py --help
342+ $ python tools/test.py --help
343343```
344344
345345You can usually run tests directly with node:
You can’t perform that action at this time.
0 commit comments