diff --git a/BUILDING.md b/BUILDING.md index ef92dc93c9ae5e..4e2fc7829f556a 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -295,7 +295,8 @@ If you want to run the linter without running tests, use `make lint`/`vcbuild lint`. It will run both JavaScript linting and C++ linting. -If you are updating tests and just want to run a single test (e.g. `test/parallel/test-stream2-transform.js`) to check it: +If you are updating tests and just want to run a single test to check it +e.g. To just run the tests in `test/parallel/test-stream2-transform.js`: ```text $ python tools/test.py -J --mode=release parallel/test-stream2-transform