mirror of https://github.com/nodejs/node.git
test: fix test when NODE_OPTIONS env var is set to --trace-warnings
PR-URL: https://github.com/nodejs/node/pull/20027 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
f85d5996db
commit
5af28c26cf
|
@ -54,6 +54,7 @@ skip_regex = re.compile(r'# SKIP\S*\s+(.*)', re.IGNORECASE)
|
|||
|
||||
VERBOSE = False
|
||||
|
||||
os.environ['NODE_OPTIONS'] = ''
|
||||
|
||||
# ---------------------------------------------
|
||||
# --- P r o g r e s s I n d i c a t o r s ---
|
||||
|
|
Loading…
Reference in New Issue