mirror of
https://github.com/kyverno/kyverno.git
synced 2025-04-17 17:56:33 +00:00
fix test command issue
This commit is contained in:
parent
be8c584037
commit
64b6e22042
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ func printTestResult(resps map[string]report.PolicyReportResult, testResults []T
|
|||
}
|
||||
if testRes.Status == v.Status {
|
||||
if testRes.Status == report.StatusSkip {
|
||||
res.Result = boldGreen.Sprintf("Skip")
|
||||
res.Result = boldGreen.Sprintf("Pass")
|
||||
rc.skip++
|
||||
} else {
|
||||
res.Result = boldGreen.Sprintf("Pass")
|
||||
|
|
Loading…
Add table
Reference in a new issue