1 parent 9fdd8e1 commit 8761a6eCopy full SHA for 8761a6e
1 file changed
test/e2e/e2e_test.go
@@ -81,7 +81,8 @@ var _ = Describe("Manager", Ordered, func() {
81
82
By("undeploying the controller-manager")
83
cmd = exec.Command("make", "undeploy")
84
- _, _ = utils.Run(cmd)
+ output, err := utils.Run(cmd)
85
+ fmt.Println(err, output)
86
87
By("uninstalling CRDs")
88
cmd = exec.Command("make", "uninstall")
0 commit comments