Skip to content

Commit a02e81e

Browse files
committed
Set test root to distribution dir.
1 parent 1da8a60 commit a02e81e

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
@@ -478,7 +478,7 @@ def _graalpytest_driver():
478478

479479

480480
def _graalpytest_root():
481-
return os.path.join(SUITE.dir, "graalpython", "com.oracle.graal.python.test", "src", "tests")
481+
return os.path.join(mx.dependency("com.oracle.graal.python.test").get_output_root(), "bin", "tests")
482482

483483

484484
def _hpy_test_root():

0 commit comments

Comments
 (0)