We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3033da commit 9f24802Copy full SHA for 9f24802
hack/verify-generated-files-remake.sh
@@ -338,7 +338,7 @@ assert_clean
338
touch "staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go"
339
echo > api/api-rules/violation_exceptions.list
340
echo > api/api-rules/codegen_violation_exceptions.list
341
-if make generated_files >/dev/null; then
+if make generated_files >/dev/null 2>&1; then
342
echo "Expected make generated_files to fail with API violations."
343
echo ""
344
exit 1
0 commit comments