Skip to content

Commit 5af28c2

Browse files
aks-BridgeAR
authored andcommitted
test: fix test when NODE_OPTIONS env var is set to --trace-warnings
PR-URL: nodejs#20027 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent f85d599 commit 5af28c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454

5555
VERBOSE = False
5656

57+
os.environ['NODE_OPTIONS'] = ''
5758

5859
# ---------------------------------------------
5960
# --- P r o g r e s s I n d i c a t o r s ---

0 commit comments

Comments
 (0)