Skip to content

Commit d0bb229

Browse files
committed
debug:
1 parent ef4bd26 commit d0bb229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/scaffold/scaffold.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ func (s *Scaffold) afterEach() {
454454
if CurrentSpecReport().Failed() {
455455
if os.Getenv("TSET_ENV") == "CI" {
456456
_, _ = fmt.Fprintln(GinkgoWriter, "Dumping namespace contents")
457-
_, _ = k8s.RunKubectlAndGetOutputE(GinkgoT(), s.kubectlOptions, "get", "deploy,sts,svc,pods")
457+
_, _ = k8s.RunKubectlAndGetOutputE(GinkgoT(), s.kubectlOptions, "get", "deploy,sts,svc,pods,gatewayproxy")
458458
_, _ = k8s.RunKubectlAndGetOutputE(GinkgoT(), s.kubectlOptions, "describe", "pods")
459459
_, _ = k8s.RunKubectlAndGetOutputE(GinkgoT(), s.kubectlOptions, "logs", "-l", "control-plane=controller-manager")
460460
}

0 commit comments

Comments
 (0)