Skip to content

Commit

Permalink
test: fix test when NODE_OPTIONS env var is set to --trace-warnings
Browse files Browse the repository at this point in the history
PR-URL: #20027
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
aks- authored and jasnell committed Apr 23, 2018
1 parent c322fca commit d7ff4f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@

VERBOSE = False

os.environ['NODE_OPTIONS'] = ''

# ---------------------------------------------
# --- P r o g r e s s I n d i c a t o r s ---
Expand Down

0 comments on commit d7ff4f0

Please sign in to comment.