Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a080608

Browse filesBrowse files
cola119danielleadams
authored andcommitted
test: check --test is disallowed in NODE_OPTIONS
PR-URL: #44846 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com>
1 parent ada7d82 commit a080608
Copy full SHA for a080608

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Collapse file

‎test/parallel/test-cli-node-options-disallowed.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-cli-node-options-disallowed.js
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ disallow('--v8-options');
2828
disallow('--expose_internals');
2929
disallow('--expose-internals');
3030
disallow('--');
31+
disallow('--test');
3132

3233
function disallow(opt) {
3334
const env = { ...process.env, NODE_OPTIONS: opt };

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.