Skip to content

Commit

Permalink
test: document NODE_COMMON_PORT env var
Browse files Browse the repository at this point in the history
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 authored and targos committed May 4, 2019
1 parent 22a5a05 commit e1d88aa
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit e1d88aa

Please sign in to comment.