Skip to content

Commit 12147a7

Browse files
committed
Also consider graalpy-lt
1 parent fcdb611 commit 12147a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ def graalpytest(args):
10921092
# if we got a binary path it's most likely CPython, so don't add graalpython args
10931093
if not args.python:
10941094
cmd_args += ["--experimental-options=true", "--python.EnableDebuggingBuiltins"]
1095-
elif args.python.endswith('graalpy'):
1095+
elif args.python.endswith('graalpy') or args.python.endswith('graalpy-lt'):
10961096
gp_args = ["--vm.ea", "--vm.esa", "--experimental-options=true", "--python.EnableDebuggingBuiltins"]
10971097
mx.log(f"Executable seems to be GraalPy, prepending arguments: {gp_args}")
10981098
cmd_args += gp_args

0 commit comments

Comments
 (0)