mirror of
https://github.com/containers/podman.git
synced 2025-06-20 00:51:16 +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.GraphRoot = p.CrioRoot
|
||||||
storeOptions.RunRoot = p.RunRoot
|
storeOptions.RunRoot = p.RunRoot
|
||||||
store, err := sstorage.GetStore(storeOptions)
|
store, err := sstorage.GetStore(storeOptions)
|
||||||
|
defer store.Shutdown(false)
|
||||||
|
|
||||||
options := ©.Options{}
|
options := ©.Options{}
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Reference in New Issue
Block a user