Skip to content
Snippets Groups Projects
Commit 1908a651 authored by Adam Welc's avatar Adam Welc
Browse files

No need to print stack trace to the file when running tests (that actually...

No need to print stack trace to the file when running tests (that actually generate errors on purpose).
parent 646056f2
Branches
No related tags found
No related merge requests found
......@@ -389,6 +389,8 @@ def _junit_r_harness(args, vmArgs, junitArgs):
# on some systems a large Java stack seems necessary
vmArgs += ['-Xss12m']
# no point in printing errors to file when running tests (that contain errors on purpose)
vmArgs += ['-DR:-PrintErrorStacktracesToFile']
vmArgs += _graal_options(nocompile=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment