mirror of
https://github.com/containers/podman.git
synced 2025-11-28 17:18:58 +08:00
Inline PodmanBase into callers
Eliminate this helper / indirection, and pass around PodmanExecOptions explicitly. Should not change behavior. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
@@ -25,7 +25,7 @@ func IsRemote() bool {
|
||||
// Podman is the exec call to podman on the filesystem
|
||||
func (p *PodmanTestIntegration) Podman(args []string) *PodmanSessionIntegration {
|
||||
args = p.makeOptions(args, PodmanExecOptions{})
|
||||
podmanSession := p.PodmanBase(args, false, false)
|
||||
podmanSession := p.PodmanExecBaseWithOptions(args, PodmanExecOptions{})
|
||||
return &PodmanSessionIntegration{podmanSession}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user