Skip to content

Commit a7eca3a

Browse files
committed
nodejs#47707 changed doc reference to execute test suite
1 parent 6089c18 commit a7eca3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BUILDING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -334,10 +334,10 @@ $ tools/test.py child-process
334334
```
335335

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

339339
```text
340-
$ tools/test.py test/message
340+
$ tools/test.py test/report
341341
```
342342

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

350350
> Note: On Windows you should use `python3` executable.
351-
> Example: `python3 tools/test.py test/message`
351+
> Example: `python3 tools/test.py test/report`
352352
353353
You can usually run tests directly with node:
354354

0 commit comments

Comments
 (0)