Skip to content

Commit bbd6e46

Browse files
committed
Fix tck invocation without report
1 parent 8597ce1 commit bbd6e46

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
@@ -1238,7 +1238,7 @@ def graalpython_gate_runner(args, tasks):
12381238
except:
12391239
pass # Sometimes this fails on windows
12401240
else:
1241-
mx.command_function('tck')()
1241+
mx.command_function('tck')([])
12421242

12431243
# JUnit tests with Maven
12441244
with Task('GraalPython integration JUnit with Maven', tasks, tags=[GraalPythonTags.junit_maven]) as task:

0 commit comments

Comments
 (0)