From 287c3abdc6f444f82e7f36a49cb70715545b418e Mon Sep 17 00:00:00 2001 From: David Guttman Date: Tue, 13 Aug 2019 11:12:13 -0700 Subject: 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 Reviewed-By: Trivikram Kamat --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILDING.md') 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 -- cgit v1.2.3