mirror of
https://github.com/rclone/rclone.git
synced 2025-03-17 20:27:52 +02:00
crypt: add to integration tests
This commit is contained in:
parent
73cd1f4e88
commit
059743a1b0
@ -22,15 +22,17 @@ import (
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
remotes = []string{
|
remotes = []string{
|
||||||
"TestSwift:",
|
|
||||||
"TestS3:",
|
|
||||||
"TestDrive:",
|
|
||||||
"TestGoogleCloudStorage:",
|
|
||||||
"TestDropbox:",
|
|
||||||
"TestAmazonCloudDrive:",
|
"TestAmazonCloudDrive:",
|
||||||
"TestOneDrive:",
|
|
||||||
"TestHubic:",
|
|
||||||
"TestB2:",
|
"TestB2:",
|
||||||
|
"TestCryptDrive:",
|
||||||
|
"TestCryptSwift:",
|
||||||
|
"TestDrive:",
|
||||||
|
"TestDropbox:",
|
||||||
|
"TestGoogleCloudStorage:",
|
||||||
|
"TestHubic:",
|
||||||
|
"TestOneDrive:",
|
||||||
|
"TestS3:",
|
||||||
|
"TestSwift:",
|
||||||
"TestYandex:",
|
"TestYandex:",
|
||||||
}
|
}
|
||||||
binary = "fs.test"
|
binary = "fs.test"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user