| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -779,6 +779,11 @@ def Execute(args, context, timeout=None, env=None, disable_core_files=False, | |||
| 779 | 779 | for key, value in env.items(): | |
| 780 | 780 | env_copy[key] = value | |
| 781 | 781 | ||
| 782 | + # We append NODE_SKIP_FLAG_CHECK (ref: test/common/index.js) | ||
| 783 | + # to avoid parsing the test files twice when looking for | ||
| 784 | + # flags or environment variables defined via // Flags: and // Env: | ||
| 785 | + env_copy["NODE_SKIP_FLAG_CHECK"] = "true" | ||
| 786 | + | ||
| 782 | 787 | preexec_fn = None | |
| 783 | 788 | ||
| 784 | 789 | def disableCoreFiles(): | |
| Back | FazBrowse Home | New Git URL |
0 commit comments