Skip to content

Commit

Permalink
Maybe Dev Server works
Browse files Browse the repository at this point in the history
  • Loading branch information
amh4r committed Aug 7, 2024
1 parent d96ef01 commit 9fef017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func startDevServer() (func() error, error) {
)

// Run in a new process group so we can kill the process and its children
// cmd.SysProcAttr = &syscall.SysProcAttr{Setpgid: true}
cmd.SysProcAttr = &syscall.SysProcAttr{Setpgid: true}

// Read and print stderr
stderr, err := cmd.StderrPipe()
Expand Down

0 comments on commit 9fef017

Please sign in to comment.