Skip to content

Commit 9f24802

Browse files
committed
Supress expected errors
1 parent b3033da commit 9f24802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/verify-generated-files-remake.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ assert_clean
338338
touch "staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go"
339339
echo > api/api-rules/violation_exceptions.list
340340
echo > api/api-rules/codegen_violation_exceptions.list
341-
if make generated_files >/dev/null; then
341+
if make generated_files >/dev/null 2>&1; then
342342
echo "Expected make generated_files to fail with API violations."
343343
echo ""
344344
exit 1

0 commit comments

Comments
 (0)