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 e96a4aa commit 0b105acCopy full SHA for 0b105ac
1 file changed
BUILDING.md
@@ -295,11 +295,11 @@ If you want to run the linter without running tests, use
295
`make lint`/`vcbuild lint`. It will run both JavaScript linting and
296
C++ linting.
297
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`:
+If you are updating tests and just want to run tests in a single test file
+(e.g. `test/parallel/test-stream2-transform.js`) to check it:
300
301
```text
302
-$ python tools/test.py -J --mode=release parallel/test-stream2-transform
+$ python tools/test.py parallel/test-stream2-transform.js
303
```
304
305
You can execute the entire suite of tests for a given subsystem
0 commit comments