Skip to content

Commit aac8b85

Browse files
committed
deps: update JUnitProgressIndicator for Python 3
Update the revert we're floating to add back the JUnit output for the V8 test runner for Python 3.
1 parent 172cf79 commit aac8b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/v8/tools/testrunner/testproc/progress.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def __init__(self, junitout, junittestsuite):
365365

366366
self.outputter = junit_output.JUnitTestOutput(junittestsuite)
367367
if junitout:
368-
self.outfile = open(junitout, "w")
368+
self.outfile = open(junitout, "wb")
369369
else:
370370
self.outfile = sys.stdout
371371

0 commit comments

Comments
 (0)