Skip to content

Commit

Permalink
prepare_report.py: Always exit on error from Standard JSON interface
Browse files Browse the repository at this point in the history
  • Loading branch information
cameel authored and r0qs committed Dec 18, 2023
1 parent 12f3c99 commit 740c861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bytecodecompare/prepare_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def run_compiler(
input=compiler_input,
encoding='utf8',
capture_output=True,
check=exit_on_error,
check=True,
)

return parse_standard_json_output(Path(source_file_name), process.stdout)
Expand Down

0 comments on commit 740c861

Please sign in to comment.