Skip to content

Commit 17e978a

Browse files
committed
fix python3 unittests runner
1 parent 9948080 commit 17e978a

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
@@ -215,7 +215,7 @@ def nativeclean(args):
215215

216216
def python3_unittests(args):
217217
"""run the cPython stdlib unittests"""
218-
python(["graalpython/com.oracle.graal.python.test/src/python_unittests.py", "-v"] + args)
218+
mx.run([sys.executable, "graalpython/com.oracle.graal.python.test/src/python_unittests.py", "-v"] + args)
219219

220220

221221
def retag_unittests(args):

0 commit comments

Comments
 (0)