summaryrefslogtreecommitdiff
path: root/test/common
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-04-30 19:54:17 -0400
committercjihrig <cjihrig@gmail.com>2019-05-02 21:16:56 -0400
commit9d4cbdd42ebb59dd3dab7f1a367518ad18c860ad (patch)
tree7e1b2a35e2459338ff983c349d0d311a090b8b18 /test/common
parent46eb532a2a144ebd0fe1aa91a2b4a9e9372aa902 (diff)
downloadandroid-node-v8-9d4cbdd42ebb59dd3dab7f1a367518ad18c860ad.tar.gz
android-node-v8-9d4cbdd42ebb59dd3dab7f1a367518ad18c860ad.tar.bz2
android-node-v8-9d4cbdd42ebb59dd3dab7f1a367518ad18c860ad.zip
test: document NODE_COMMON_PORT env var
PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'test/common')
-rw-r--r--test/common/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/common/README.md b/test/common/README.md
index f62ad2bb81..391b753f04 100644
--- a/test/common/README.md
+++ b/test/common/README.md
@@ -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.