Skip to content
Merged
Changes from all commits
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
test: document NODE_COMMON_PORT env var
PR-URL: #27507
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
  • Loading branch information
cjihrig committed May 3, 2019
commit 9d4cbdd42ebb59dd3dab7f1a367518ad18c860ad
5 changes: 5 additions & 0 deletions test/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,11 @@ There is no difference between client or server side beyond their names.
The behavior of the Node.js test suite can be altered using the following
environment variables.

### NODE_COMMON_PORT

If set, `NODE_COMMON_PORT`'s value overrides the `common.PORT` default value of
12346.

### NODE_SKIP_FLAG_CHECK

If set, command line arguments passed to individual tests are not validated.
Expand Down