Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a7beac0

Browse filesBrowse files
tony-goMylesBorins
authored andcommitted
doc: enrich test command with executable
PR-URL: #44347 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent 129c9e7 commit a7beac0
Copy full SHA for a7beac0

File tree

Expand file treeCollapse file tree

1 file changed

+6
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-1
lines changed
Open diff view settings
Collapse file

‎BUILDING.md‎

Copy file name to clipboardExpand all lines: BUILDING.md
+6-1Lines changed: 6 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -342,12 +342,17 @@ the `--help` option:
342342
$ tools/test.py --help
343343
```
344344

345+
> Note: On Windows you should use `python3` executable.
346+
> Example: `python3 tools/test.py test/message`
347+
345348
You can usually run tests directly with node:
346349

347350
```text
348-
$ ./node ./test/parallel/test-stream2-transform.js
351+
$ ./node test/parallel/test-stream2-transform.js
349352
```
350353

354+
> Info: `./node` points to your local Node.js build.
355+
351356
Remember to recompile with `make -j4` in between test runs if you change code in
352357
the `lib` or `src` directories.
353358

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.