Skip to content

Commit 8ba7d69

Browse files
committed
pass GRAAL_PYTHONHOME to shared_lib_test
1 parent 4751a7b commit 8ba7d69

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
@@ -595,7 +595,7 @@ def run_shared_lib_test(args=None):
595595
mx.log("Running " + progname + " with LD_LIBRARY_PATH " + svm_lib_path)
596596
mx.run(["ls", "-l", progname])
597597
mx.run(["ls", "-l", svm_lib_path])
598-
mx.run([progname], env={"LD_LIBRARY_PATH": svm_lib_path})
598+
mx.run([progname], env={"LD_LIBRARY_PATH": svm_lib_path, "GRAAL_PYTHONHOME": os.environ["GRAAL_PYTHONHOME"]})
599599
finally:
600600
try:
601601
os.unlink(progname)

0 commit comments

Comments
 (0)