Skip to content

Commit ed2e287

Browse files
committed
Fix preinitialized context test
1 parent 324a51a commit ed2e287

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
@@ -1573,7 +1573,7 @@ def graalpython_gate_runner(args, tasks):
15731573
svm_image = python_svm()
15741574
benchmark = os.path.join(PATH_MESO, "image-magix.py")
15751575
out = mx.OutputCapture()
1576-
mx.run([svm_image, "-v", "-S", "--log.python.level=FINEST", benchmark], nonZeroIsFatal=True, out=mx.TeeOutputCapture(out), err=mx.TeeOutputCapture(out))
1576+
mx.run([svm_image, "-S", "--log.python.level=FINE", benchmark], nonZeroIsFatal=True, out=mx.TeeOutputCapture(out), err=mx.TeeOutputCapture(out))
15771577
success = "\n".join([
15781578
"[0, 0, 0, 0, 0, 0, 10, 10, 10, 0, 0, 10, 3, 10, 0, 0, 10, 10, 10, 0, 0, 0, 0, 0, 0]",
15791579
])

0 commit comments

Comments
 (0)