summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/test.py b/tools/test.py
index 4ac8d0e631..b9750b2035 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -1653,8 +1653,8 @@ def Main():
# We want to skip the inspector tests if node was built without the inspector.
has_inspector = Execute([vm,
- '-p', 'process.config.variables.v8_enable_inspector'], context)
- if has_inspector.stdout.rstrip() == '0':
+ '-p', 'process.features.inspector'], context)
+ if has_inspector.stdout.rstrip() == 'false':
context.v8_enable_inspector = False
has_crypto = Execute([vm,