Skip to content

Commit

Permalink
doc: Fix review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
addityasingh committed May 5, 2019
1 parent e96a4aa commit 0b105ac
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 @@ -295,11 +295,11 @@ 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 to check it
e.g. To just run the tests in `test/parallel/test-stream2-transform.js`:
If you are updating tests and just want to run tests in a single test file
(e.g. `test/parallel/test-stream2-transform.js`) to check it:

```text
$ python tools/test.py -J --mode=release parallel/test-stream2-transform
$ python tools/test.py parallel/test-stream2-transform.js
```

You can execute the entire suite of tests for a given subsystem
Expand Down

0 comments on commit 0b105ac

Please sign in to comment.