Skip to content

Commit b72528d

Browse files
committed
DO NOT MERGE: Nerf the bloat check
I want to see other tests' outcomes. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
1 parent d3a81e3 commit b72528d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/make-and-check-size

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ for bin in bin/*;do
128128
echo "*"
129129
echo "* A repo admin can override by setting the $OVERRIDE_LABEL label"
130130
echo "$separator"
131-
exit 1
131+
# DO NOT MERGE exit 1
132132
fi
133133
fi
134134
else

0 commit comments

Comments
 (0)