Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
test: document NODE_SKIP_FLAG_CHECK
PR-URL: #27434
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
cjihrig committed Apr 29, 2019
commit 0abc05bdb55e2e119a45a92d398c7729532f0d0b
4 changes: 4 additions & 0 deletions test/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down