mirror of
https://github.com/containers/podman.git
synced 2025-06-19 08:09:12 +08:00
Fix leaking files in Ginkgo
Signed-off-by: Matthew Heon <mheon@redhat.com> Closes: #612 Approved by: rhatdan
This commit is contained in:
@ -326,6 +326,7 @@ func (p *PodmanTest) RestoreArtifact(image string) error {
|
||||
storeOptions.GraphRoot = p.CrioRoot
|
||||
storeOptions.RunRoot = p.RunRoot
|
||||
store, err := sstorage.GetStore(storeOptions)
|
||||
defer store.Shutdown(false)
|
||||
|
||||
options := ©.Options{}
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user