mirror of
https://github.com/octoleo/restic.git
synced 2025-01-11 02:08:44 +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 {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
// ignore errors, we've killed the process
|
||||
_ = cmd.Wait()
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user