From a7eca3a4877e9891e07e4cc108391ff7e7207325 Mon Sep 17 00:00:00 2001 From: upx Date: Thu, 4 May 2023 17:28:50 -0700 Subject: [PATCH] #47707 changed doc reference to execute test suite --- BUILDING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 6a6bf24194ce88..97595ba9538500 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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 @@ -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: