Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update BUILDING.md
Co-Authored-By: addityasingh <adisinghrajput@gmail.com>
  • Loading branch information
richardlau and addityasingh committed May 5, 2019
commit d40a6600a805ddbf480126c690aea8478324d8e0
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ 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. `parallel/test-stream2-transform`) to check it:
If you are updating tests and just want to run a single test (e.g. `test/parallel/test-stream2-transform.js`) to check it:

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