Skip to content

Commit 1312378

Browse files
committed
set JBANG_REPO for test_jbang_integration
1 parent 2547f5b commit 1312378

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1511,6 +1511,9 @@ def graalpython_gate_runner(args, tasks):
15111511

15121512
# setup JBang executable
15131513
env["JBANG_CMD"] = _prepare_jbang()
1514+
m2_cache = get_maven_cache()
1515+
if m2_cache:
1516+
env["JBANG_REPO"] = m2_cache
15141517

15151518
# run the test
15161519
mx.logv(f"running with os.environ extended with: {env=}")

0 commit comments

Comments
 (0)