Documentation ¶ Index ¶ Variables func StartAndWait(ctx context.Context, le *logrus.Entry, ecmd *exec.Cmd) error Constants ¶ This section is empty. Variables ¶ View Source var NewCmd = uexec.NewCmd NewCmd builds a new exec cmd with defaults. Functions ¶ func StartAndWait ¶ func StartAndWait(ctx context.Context, le *logrus.Entry, ecmd *exec.Cmd) error StartAndWait runs the given process and waits for ctx or process to complete. Unlike the upstream util/exec.StartAndWait, this includes stderr context in error messages via InterpretCmdErr. Types ¶ This section is empty. Source Files ¶ View all Source files exec.go Click to show internal directories. Click to hide internal directories.