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))