summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorDavid Guttman <david@js.la>2019-08-13 11:12:13 -0700
committerRich Trott <rtrott@gmail.com>2019-08-18 16:31:38 -0700
commit287c3abdc6f444f82e7f36a49cb70715545b418e (patch)
tree578c12d17feb93c3e94d8b4d0e22c097200ea84f /BUILDING.md
parent188896ea3e5145df921d9708e8546b5778cf7267 (diff)
downloadandroid-node-v8-287c3abdc6f444f82e7f36a49cb70715545b418e.tar.gz
android-node-v8-287c3abdc6f444f82e7f36a49cb70715545b418e.tar.bz2
android-node-v8-287c3abdc6f444f82e7f36a49cb70715545b418e.zip
doc: improve example single-test command
Changes example command to refer to the full test directory: `./test/parallel/` instead of `./parallel/` PR-URL: https://github.com/nodejs/node/pull/29171 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 7a17a24b59..8725db965e 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -328,7 +328,7 @@ If you are updating tests and want to run tests in a single test file
(e.g. `test/parallel/test-stream2-transform.js`):
```text
-$ python tools/test.py parallel/test-stream2-transform.js
+$ python tools/test.py test/parallel/test-stream2-transform.js
```
You can execute the entire suite of tests for a given subsystem