Skip to content
Snippets Groups Projects
Commit 4b5f5465 authored by Michael Haupt's avatar Michael Haupt
Browse files

enable assertions in R shell

parent 8d126067
Branches
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ import os
def runRCommand(args):
'''run R program or shell [path]'''
os.environ['R_HOME'] = mx.suite('fastr').dir
mx_graal.vm(['-cp', rShellCp(), rCommandClass()] + args)
mx_graal.vm(['-ea', '-cp', rShellCp(), rCommandClass()] + args)
def rShellCp():
return mx.classpath("com.oracle.truffle.r.shell")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment