Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed Aug 24, 2022
1 parent 9a8ca6b commit 58f882f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/cmd_dev_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2299,6 +2299,7 @@ CMD ["npm", "start"]
url := fmt.Sprintf("http://%s/hello", ports["8080"])
resp, err := http.Get(url)
if err != nil {
fmt.Printf("%v\n", err)
_, _, ports, err = devSession.WaitRestartPortforward()
Expect(err).ToNot(HaveOccurred())
return false
Expand Down Expand Up @@ -2329,6 +2330,7 @@ CMD ["npm", "start"]
url := fmt.Sprintf("http://%s/hello", ports["8080"])
resp, err := http.Get(url)
if err != nil {
fmt.Printf("%v\n", err)
_, _, ports, err = devSession.WaitRestartPortforward()
Expect(err).ToNot(HaveOccurred())
return false
Expand Down

0 comments on commit 58f882f

Please sign in to comment.