Skip to content

Commit ee0afeb

Browse files
committed
Adapt to mx changes
1 parent 64fe13b commit ee0afeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/mx.vm/mx_vm_gate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def gate_body(args, tasks):
104104
'-Dlibgraal.CrashAtIsFatal=true']
105105
cmd = ["dacapo:avrora", "--tracker=none", "--"] + vmargs + ["--", "--preserve"]
106106
out = mx.OutputCapture()
107-
exitcode, bench_suite = mx_benchmark.gate_mx_benchmark(cmd, nonZeroIsFatal=False, out=out, err=out)
107+
exitcode, bench_suite, results = mx_benchmark.gate_mx_benchmark(cmd, nonZeroIsFatal=False, out=out, err=out)
108108
if exitcode == 0:
109109
if 'CrashAtIsFatal: no fatalError function pointer installed' in out.data:
110110
# Executing a VM that does not configure fatal errors handling

0 commit comments

Comments
 (0)