Skip to content

Commit e9e2ba2

Browse files
committed
[WIP] [GR-52500] Set maven.repo.local for gate jobs - junit-maven.
PullRequest: graalpython/3245
2 parents ee859f5 + d8264f5 commit e9e2ba2

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
@@ -1441,7 +1441,7 @@ def graalpython_gate_runner(args, tasks):
14411441

14421442
env['JAVA_HOME'] = os.environ['JAVA_HOME']
14431443
mx.log(f"Running integration JUnit tests on vanilla JDK: {os.environ.get('JAVA_HOME', 'system java')}")
1444-
mx.run_maven(mvn_cmd_base + ['-U', '-Dpolyglot.engine.WarnInterpreterOnly=false', 'clean', 'test'])
1444+
mx.run_maven(mvn_cmd_base + ['-U', '-Dpolyglot.engine.WarnInterpreterOnly=false', 'clean', 'test'], env=env)
14451445

14461446
# Unittests on JVM
14471447
with Task('GraalPython Python unittests', tasks, tags=[GraalPythonTags.unittest]) as task:

0 commit comments

Comments
 (0)