Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test: fix test when NODE_OPTIONS env var is set to --trace-warnings
  • Loading branch information
aks- committed Apr 14, 2018
commit 916fca4084cfda6f83ccae47c2ecc3230ae79867
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