Skip to content
Snippets Groups Projects
Commit 20a322ea authored by Mick Jordan's avatar Mick Jordan
Browse files

mx.fastr: python fix

parent 8aa30e72
No related branches found
No related tags found
No related merge requests found
......@@ -286,7 +286,6 @@ def _junit_r_harness(args, vmArgs, jdk, junitArgs):
vmArgs += _graal_options(nocompile=True)
setREnvironment()
vmArgs = _sanitize_vmArgs(jdk, vmArgs)
return mx.run_java(vmArgs + junitArgs, nonZeroIsFatal=False, jdk=jdk)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment