mirror of
https://github.com/kopia/kopia.git
synced 2026-03-19 14:46:30 -04:00
storage/gcs: additional logging for gcs test
This commit is contained in:
@@ -24,7 +24,7 @@ func TestGCSStorage(t *testing.T) {
|
||||
})
|
||||
|
||||
if err != nil {
|
||||
t.Fatalf("unable to connect to GCS")
|
||||
t.Fatalf("unable to connect to GCS: %v", err)
|
||||
}
|
||||
|
||||
if err := st.ListBlocks(ctx, "", func(bm storage.BlockMetadata) error {
|
||||
|
||||
Reference in New Issue
Block a user