runsc: Make gofer logs show up in test output.

PiperOrigin-RevId: 200770591
Change-Id: Ifc096d88615b63135210d93c2b4cee2eaecf1eee
This commit is contained in:
Kevin Krakauer
2018-06-15 14:07:54 -07:00
committed by Shentubot
parent 2081c5e7f7
commit 437890dc4b
+2
View File
@@ -209,6 +209,8 @@ func (s *Sandbox) createGoferProcess(spec *specs.Spec, conf *boot.Config, bundle
}
cmd := exec.Command(binPath, args...)
cmd.Stdout = os.Stdout
cmd.Stderr = os.Stderr
cmd.ExtraFiles = goferEnds
// Setup any uid/gid mappings, and create or join the configured user