Skip to content

Commit

Permalink
added debug error log
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuvesz committed Jun 22, 2023
1 parent d4ac7e6 commit 28c22c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ func isExistingK8SResource(
By(fmt.Sprintf("Checking the existence of resource %s in namespace %s (kind: %s)", resourceName, kubectlOptions.Namespace, resourceKind))
err := k8s.RunKubectlE(GinkgoT(), &kubectlOptions, "get", resourceKind, resourceName)
if err != nil {
By(fmt.Sprintf("Received error when getting resource: %s", err))
return false
}
return true
Expand Down

0 comments on commit 28c22c9

Please sign in to comment.