mirror of
https://github.com/containers/podman.git
synced 2025-06-22 18:08:11 +08:00
Merge pull request #20160 from baude/applehvenablestart
applehv: enable machine tests for start
This commit is contained in:
@ -605,7 +605,6 @@ func (m *MacMachine) Start(name string, opts machine.StartOptions) error {
|
||||
}
|
||||
|
||||
cmd.ExtraFiles = []*os.File{ioEater, ioEater, ioEater}
|
||||
fmt.Println(cmd.Args)
|
||||
|
||||
readSocketBaseDir := filepath.Dir(m.ReadySocket.GetPath())
|
||||
if err := os.MkdirAll(readSocketBaseDir, 0755); err != nil {
|
||||
|
Reference in New Issue
Block a user