From 38f9ad03b402c0a10a2163efce2da0643c1b9f27 Mon Sep 17 00:00:00 2001 From: HiteshRepo Date: Tue, 30 Jan 2024 17:09:04 +0530 Subject: [PATCH] peek --- .github/workflows/ci.yml | 3 +++ src/pkg/storage/testdata/storage.go | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca7ff6782..df3f7c32e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -191,6 +191,9 @@ jobs: -run '^TestExchangeBackupIntgSuite/TestBackup_Run_exchange$' ./internal/operations/test/m365/exchange \ 2>&1 | tee /tmp/corso-trusted-testlog/gotest-ci.log + - name: peek + run: ls /tmp/corso-trusted-testlog + # # run the tests # - name: Integration Tests # env: diff --git a/src/pkg/storage/testdata/storage.go b/src/pkg/storage/testdata/storage.go index eb7966412..5d7778de5 100644 --- a/src/pkg/storage/testdata/storage.go +++ b/src/pkg/storage/testdata/storage.go @@ -1,7 +1,6 @@ package testdata import ( - "fmt" "os" "path/filepath" @@ -37,8 +36,6 @@ func NewPrefixedS3Storage(t tester.TestT) storage.Storage { dir = givenDir } - fmt.Println("----------------->", dir) - cfg, err := tconfig.ReadTestConfig() require.NoError(t, err, "configuring storage from test file", clues.ToCore(err))