Skip to content

Commit 5a2a898

Browse files
committed
Avoid rebuilding standalone in standalone tests
1 parent d9ce881 commit 5a2a898

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
@@ -1415,7 +1415,7 @@ def graalpython_gate_runner(args, tasks):
14151415
# run the test
14161416
mx.logv(f"running with os.environ extended with: {env=}")
14171417
run_python_unittests(
1418-
graalpy_standalone_jvm(),
1418+
os.path.join(standalone_home, 'bin', _graalpy_launcher()),
14191419
paths=["graalpython/com.oracle.graal.python.test/src/tests/standalone"],
14201420
env=env,
14211421
parallel=3,

0 commit comments

Comments
 (0)