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

enable system assertions in R shell

parent 258d93a6
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(['-ea', '-cp', rShellCp(), rCommandClass()] + args)
mx_graal.vm(['-ea', '-esa', '-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