storage/gcs: additional logging for gcs test

This commit is contained in:
Jarek Kowalski
2018-10-27 11:56:46 -07:00
parent 306fa0fa8d
commit 0eded38776

View File

@@ -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 {