Skip to content

Commit fc43284

Browse files
committed
add chromeinspector if tools are present
1 parent a050e64 commit fc43284

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mx.graalpython/mx_graalpython_benchmark.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ def run(self, cwd, args):
218218
dists += self._distributions
219219

220220
extra_polyglot_args = self._extra_polyglot_args if isinstance(self._extra_polyglot_args, list) else []
221+
if mx.suite("tools", fatalIfMissing=False):
222+
dists.append('CHROMEINSPECTOR')
221223
if mx.suite("sulong", fatalIfMissing=False):
222224
dists.append('SULONG')
223225
if mx.suite("sulong-managed", fatalIfMissing=False):

0 commit comments

Comments
 (0)