Skip to content

Commit

Permalink
nodejs#47707 changed doc reference to execute test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
projectnoa committed May 5, 2023
1 parent 6089c18 commit a7eca3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,10 +334,10 @@ $ tools/test.py child-process
```

You can also execute the tests in a test suite directory
(such as `test/message`):
(such as `test/report`):

```text
$ tools/test.py test/message
$ tools/test.py test/report
```

If you want to check the other options, please refer to the help by using
Expand All @@ -348,7 +348,7 @@ $ tools/test.py --help
```

> Note: On Windows you should use `python3` executable.
> Example: `python3 tools/test.py test/message`
> Example: `python3 tools/test.py test/report`
You can usually run tests directly with node:

Expand Down

0 comments on commit a7eca3a

Please sign in to comment.