peek
This commit is contained in:
parent
dbc1da92dc
commit
38f9ad03b4
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
||||
3
src/pkg/storage/testdata/storage.go
vendored
3
src/pkg/storage/testdata/storage.go
vendored
@ -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))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user