diff --git a/pkg/kyverno/test/test_command.go b/pkg/kyverno/test/test_command.go index 3fd4d43457..ba4cae42bd 100644 --- a/pkg/kyverno/test/test_command.go +++ b/pkg/kyverno/test/test_command.go @@ -339,6 +339,8 @@ func testCommandExecute(dirPath []string, valuesFile string, fileName string, gi os.Exit(1) } + fmt.Printf("\nTest Summary: %d tests passed and %d tests failed\n", rc.Pass+rc.Skip, rc.Fail) + os.Exit(0) return rc, nil }