mirror of
https://github.com/octoleo/restic.git
synced 2024-11-17 02:25:12 +00:00
s3: Ignore errors for terminated minio server
This commit is contained in:
parent
860b52273e
commit
f2b83ece10
@ -71,6 +71,9 @@ func runMinio(ctx context.Context, t testing.TB, dir, key, secret string) func()
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ignore errors, we've killed the process
|
||||||
|
_ = cmd.Wait()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user