Skip to content

Commit c4c93ac

Browse files
author
Marco Cadetg
committed
fix: scaffolding e2e template err check
1 parent 2302f6e commit c4c93ac

File tree

1 file changed

+1
-0
lines changed
  • pkg/plugins/golang/v4/scaffolds/internal/templates/test/e2e

1 file changed

+1
-0
lines changed

pkg/plugins/golang/v4/scaffolds/internal/templates/test/e2e/test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ var _ = Describe("controller", Ordered, func() {
101101
By("installing CRDs")
102102
cmd = exec.Command("make", "install")
103103
_, err = utils.Run(cmd)
104+
ExpectWithOffset(1, err).NotTo(HaveOccurred())
104105
105106
By("deploying the controller-manager")
106107
cmd = exec.Command("make", "deploy", fmt.Sprintf("IMG=%s", projectimage))

0 commit comments

Comments
 (0)