Skip to content

Commit

Permalink
remove duplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
joshklop committed Nov 7, 2024
1 parent e93e6f3 commit 356eb5a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions e2e/e2e.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ func Run(
))
appCmd.Dir = appDirPath
appCmd.Env = append(os.Environ(), "e2eapp_HOME="+outDir)
appCmd.Cancel = func() error {
return appCmd.Process.Signal(syscall.SIGTERM)
}
if err := appCmd.Start(); err != nil {
return fmt.Errorf("run app: %v", err)
}
Expand Down

0 comments on commit 356eb5a

Please sign in to comment.