Skip to content

sg: Pipe output of commands to avoid stuck processes

Warren Gifford requested to merge mrn/sg-fix-process-killing into main

Created by: mrnugget

See this issue for more details: https://github.com/golang/go/issues/21922

Long story short: processes were not properly killed when another process failed to install/run, because sc.Cmd.Wait() was waiting for the output to close, etc.

Merge request reports

Loading