From 0abc05bdb55e2e119a45a92d398c7729532f0d0b Mon Sep 17 00:00:00 2001 From: cjihrig Date: Fri, 26 Apr 2019 15:21:18 -0400 Subject: test: document NODE_SKIP_FLAG_CHECK PR-URL: https://github.com/nodejs/node/pull/27434 Reviewed-By: Richard Lau Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca --- test/common/README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/common') diff --git a/test/common/README.md b/test/common/README.md index 0c8455dd28..f32d9eb91a 100644 --- a/test/common/README.md +++ b/test/common/README.md @@ -501,6 +501,10 @@ 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_SKIP_FLAG_CHECK + +If set, command line arguments passed to individual tests are not validated. + ### NODE_TEST_KNOWN_GLOBALS A comma-separated list of variables names that are appended to the global -- cgit v1.2.3