Skip to content

Commit 603ebed

Browse files
committed
Fix regression where we did not report failure
1 parent 0d631d6 commit 603ebed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts-dev/check_schema_delta.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ def main(force_colors: bool) -> None:
137137
color=force_colors,
138138
)
139139

140+
# Mark this run as not successful, but continue so that we report *all*
141+
# errors.
142+
return_code = 1
140143
else:
141144
click.secho(
142145
f"All deltas are in the correct folder: {current_schema_version}!",

0 commit comments

Comments
 (0)