forked from TrueCloudLab/restic
Merge pull request #978 from restic/add-backblaze-backend
Add Backblaze B2 backend
This commit is contained in:
commit
40a61b82ce
28 changed files with 6547 additions and 0 deletions
|
@ -171,6 +171,13 @@ func (env *TravisEnvironment) RunTests() error {
|
|||
msg("Swift service not available\n")
|
||||
}
|
||||
|
||||
// if the test b2 repository is available, make sure that the test is not skipped
|
||||
if os.Getenv("RESTIC_TEST_B2_REPOSITORY") != "" {
|
||||
ensureTests = append(ensureTests, "restic/backend/b2.TestBackendB2")
|
||||
} else {
|
||||
msg("B2 repository not available\n")
|
||||
}
|
||||
|
||||
env.env["RESTIC_TEST_DISALLOW_SKIP"] = strings.Join(ensureTests, ",")
|
||||
|
||||
if *runCrossCompile {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue