mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-08 14:23:30 +00:00
Automatic merge from submit-queue (batch tested with PRs 46519, 49794, 49720, 49692, 49821) [make verify] Display list of failed tests to the user at the end **What this PR does / why we need it**: Minor improvement to verify all script as it now displays list of failed tests at the end, makes it easier for fixing errors ``` $KUBE_VERIFY_GIT_BRANCH=someBranch hack/make-rules/verify.sh -v -Q . . . ======================== FAILED TESTS ======================== hack/make-rules/../../hack/verify-boilerplate.sh hack/make-rules/../../hack/verify-godep-licenses.sh hack/make-rules/../../hack/verify-readonly-packages.sh ``` **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #49845 **Special notes for your reviewer**: **Release note**: ```release-note None ```