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 8f14002 commit f1de3f7Copy full SHA for f1de3f7
BUILDING.md
@@ -342,12 +342,17 @@ the `--help` option:
342
$ tools/test.py --help
343
```
344
345
+> Note: On Windows you should use `python3` executable.
346
+> Example: `python3 tools/test.py test/message`
347
+
348
You can usually run tests directly with node:
349
350
```text
-$ ./node ./test/parallel/test-stream2-transform.js
351
+$ ./node test/parallel/test-stream2-transform.js
352
353
354
+> Info: `./node` points to your local Node.js build.
355
356
Remember to recompile with `make -j4` in between test runs if you change code in
357
the `lib` or `src` directories.
358
0 commit comments