• Kubernetes Submit Queue's avatar
    Merge pull request #49720 from dhilipkumars/verifyAllFix · 6eea2838
    Kubernetes Submit Queue authored
    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
    ```
    6eea2838
Name
Last commit
Last update
..
helpers Loading commit data...
build.sh Loading commit data...
cross.sh Loading commit data...
make-help.sh Loading commit data...
test-cmd-util.sh Loading commit data...
test-cmd.sh Loading commit data...
test-e2e-node.sh Loading commit data...
test-federation-cmd.sh Loading commit data...
test-integration.sh Loading commit data...
test-kubeadm-cmd.sh Loading commit data...
test.sh Loading commit data...
verify.sh Loading commit data...
vet.sh Loading commit data...