Skip to content

Commit 1a2eaf2

Browse files
committed
Minor fix for TCK gate
1 parent fbb7b2c commit 1a2eaf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1227,6 +1227,7 @@ def graalpython_gate_runner(args, tasks):
12271227
mx.command_function('tck')([f'--json-results={tmpfile.name}'])
12281228
mx_gate.make_test_report(tmpfile.name, GraalPythonTags.junit + "-TCK")
12291229
finally:
1230+
tmpfile.close()
12301231
try:
12311232
os.unlink(tmpfile.name)
12321233
except:

0 commit comments

Comments
 (0)