Skip to content

Commit

Permalink
Do not taint os.{Stdout,Stderr}
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev committed Jul 14, 2023
1 parent 2e67fae commit 7334ada
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/tart/vm.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ func (vm *VM) Start(config Config, gitLabEnv *gitlab.Env, customDirectoryMounts

cmd := exec.Command(tartCommandName, runArgs...)

cmd.Stdout = os.Stdout
cmd.Stderr = os.Stderr

cmd.SysProcAttr = &syscall.SysProcAttr{
Setsid: true,
}
Expand Down

0 comments on commit 7334ada

Please sign in to comment.