Skip to content

Commit 56843a6

Browse files
committed
be less verbose
1 parent 827f405 commit 56843a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,9 @@ def do_run_python(args, extra_vm_args=None, env=None, jdk=None, **kwargs):
148148
def punittest(args):
149149
if '--regex' not in args:
150150
args += ['--regex', r'(graal\.python)|(com\.oracle\.truffle\.tck\.tests)']
151-
args += ["-Dgraal.TraceTruffleCompilation=true", "-Dgraal.TruffleCompilationExceptionsAreFatal=false", "-Dgraal.TrufflePerformanceWarningsAreFatal=false"]
151+
args += ["-Dgraal.TruffleCompilationExceptionsAreFatal=false",
152+
"-Dgraal.TruffleCompilationExceptionsArePrinted=true",
153+
"-Dgraal.TrufflePerformanceWarningsAreFatal=false"]
152154
mx_unittest.unittest(args)
153155

154156

0 commit comments

Comments
 (0)