Skip to content

Commit 76dec79

Browse files
committed
Fix preinitialized context test
1 parent 616025f commit 76dec79

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
@@ -1593,7 +1593,7 @@ def graalpython_gate_runner(args, tasks):
15931593
svm_image = python_svm()
15941594
benchmark = os.path.join(PATH_MESO, "image-magix.py")
15951595
out = mx.OutputCapture()
1596-
mx.run([svm_image, "-v", "-S", "--log.python.level=FINEST", benchmark], nonZeroIsFatal=True, out=mx.TeeOutputCapture(out), err=mx.TeeOutputCapture(out))
1596+
mx.run([svm_image, "-S", "--log.python.level=FINE", benchmark], nonZeroIsFatal=True, out=mx.TeeOutputCapture(out), err=mx.TeeOutputCapture(out))
15971597
success = "\n".join([
15981598
"[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]",
15991599
])

0 commit comments

Comments
 (0)