mirror of
https://github.com/containers/podman.git
synced 2025-10-29 17:06:22 +08:00
Add signal proxying to podman run, start, and attach
Also removes sig-proxy from 'podman create', where is does not make sense. Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
This commit is contained in:
@ -162,7 +162,7 @@ func (p *PodmanTest) Podman(args []string) *PodmanSession {
|
||||
command := exec.Command(p.PodmanBinary, podmanOptions...)
|
||||
session, err := gexec.Start(command, GinkgoWriter, GinkgoWriter)
|
||||
if err != nil {
|
||||
Fail(fmt.Sprintf("unable to run podman command: %s", strings.Join(podmanOptions, " ")))
|
||||
Fail(fmt.Sprintf("unable to run podman command: %s\n%v", strings.Join(podmanOptions, " "), err))
|
||||
}
|
||||
return &PodmanSession{session}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user