mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Supress expected errors
This commit is contained in:
parent
b3033da9a1
commit
9f2480208b
@ -338,7 +338,7 @@ assert_clean
|
||||
touch "staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go"
|
||||
echo > api/api-rules/violation_exceptions.list
|
||||
echo > api/api-rules/codegen_violation_exceptions.list
|
||||
if make generated_files >/dev/null; then
|
||||
if make generated_files >/dev/null 2>&1; then
|
||||
echo "Expected make generated_files to fail with API violations."
|
||||
echo ""
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user