Skip to content

Commit 8761a6e

Browse files
committed
Improve test-e2e stability
1 parent 9fdd8e1 commit 8761a6e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/e2e/e2e_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ var _ = Describe("Manager", Ordered, func() {
8181

8282
By("undeploying the controller-manager")
8383
cmd = exec.Command("make", "undeploy")
84-
_, _ = utils.Run(cmd)
84+
output, err := utils.Run(cmd)
85+
fmt.Println(err, output)
8586

8687
By("uninstalling CRDs")
8788
cmd = exec.Command("make", "uninstall")

0 commit comments

Comments
 (0)