mirror of
https://github.com/restic/restic.git
synced 2025-08-11 04:08:03 +00:00
s3: Ignore errors for terminated minio server
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user