Skip to content

Commit 740c861

Browse files
cameelr0qs
authored andcommitted
prepare_report.py: Always exit on error from Standard JSON interface
1 parent 12f3c99 commit 740c861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/bytecodecompare/prepare_report.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def run_compiler(
315315
input=compiler_input,
316316
encoding='utf8',
317317
capture_output=True,
318-
check=exit_on_error,
318+
check=True,
319319
)
320320

321321
return parse_standard_json_output(Path(source_file_name), process.stdout)

0 commit comments

Comments
 (0)