Skip to content

Commit e15e362

Browse files
committed
chore: test protobuf acknowledged BC
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 5006037 commit e15e362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/src/test/proto/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ function schema-breaking-version () {
7777
--error-format "$LOG_FORMAT"
7878
}
7979

80-
# compare '1.6' '1.5' # <-- possible breaks are acknowledged
81-
# compare '1.5' '1.4' # <-- possible breaks are acknowledged
80+
compare '1.6' '1.5' || echo "possible breaks are acknowledged for this specific version only"
81+
compare '1.5' '1.4' || echo "possible breaks are acknowledged for this specific version only"
8282
compare '1.4' '1.3'
8383

8484
echo '>> OK.' >&2

0 commit comments

Comments
 (0)