Skip to content

Commit 7492fbf

Browse files
authored
Update inigo's path for building gorouter (cloudfoundry#53)
1 parent f4eb115 commit 7492fbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cell/cell_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ func CompileTestedExecutables() world.BuiltExecutables {
208208

209209
if runtime.GOOS != "windows" {
210210
Expect(os.Chdir(os.Getenv("ROUTER_GOPATH"))).To(Succeed())
211-
builtExecutables["router"], err = gexec.Build("code.cloudfoundry.org/gorouter", "-race")
211+
builtExecutables["router"], err = gexec.Build("code.cloudfoundry.org/gorouter/cmd/gorouter", "-race")
212212
Expect(err).NotTo(HaveOccurred())
213213
Expect(os.Chdir(cwd)).To(Succeed())
214214
}

volman/volman_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ func CompileTestedExecutables() world.BuiltExecutables {
181181
Expect(err).NotTo(HaveOccurred())
182182

183183
Expect(os.Chdir(os.Getenv("ROUTER_GOPATH"))).To(Succeed())
184-
builtExecutables["router"], err = gexec.Build("code.cloudfoundry.org/gorouter", "-race")
184+
builtExecutables["router"], err = gexec.Build("code.cloudfoundry.org/gorouter/cmd/gorouter", "-race")
185185
Expect(err).NotTo(HaveOccurred())
186186
Expect(os.Chdir(cwd)).To(Succeed())
187187

0 commit comments

Comments
 (0)