Skip to content

Commit c98b735

Browse files
committed
log truffle compilations
1 parent 7839a9d commit c98b735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def punittest(args):
248248
# IMPORTANT! This must not be --suite graalpython, because a
249249
# --dynamicimports sulong will otherwise not put sulong.jar on the
250250
# classpath, which means we cannot run our C extension tests!
251-
unittest(args + ['--regex', '(graal\.python)|(com\.oracle\.truffle\.tck\.tests)'])
251+
unittest(args + ['--regex', '(graal\.python)|(com\.oracle\.truffle\.tck\.tests)', "-Dgraal.TraceTruffleCompilation=true"])
252252

253253

254254
def nativebuild(args):

0 commit comments

Comments
 (0)