Skip to content
Open
Prev Previous commit
Next Next commit
fixup! write json file from python
  • Loading branch information
aduh95 committed Feb 26, 2022
commit 48e859d53d94fe13ab9376232c081c1beaf95352
3 changes: 2 additions & 1 deletion tools/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1640,7 +1640,6 @@ def Main():
print("Can't determine the arch of: '%s'" % vm)
print(archEngineContext.stderr.rstrip())
continue
Execute([vm, 'test/common/parseEslintConfigForKnownGlobals.js'], context)
env = {
'mode': mode,
'system': utils.GuessOS(),
Expand Down Expand Up @@ -1668,6 +1667,8 @@ def Main():
'-p', 'process.versions.openssl'], context)
if has_crypto.stdout.rstrip() == 'undefined':
context.node_has_crypto = False

Execute([vm, join(workspace, "tools", "common", "parseEslintConfigForKnownGlobals.js")], context)

if options.cat:
visited = set()
Expand Down