1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-06 10:33:34 +00:00

test: move test commands under "rclone test" and make them visible

This commit is contained in:
Nick Craig-Wood
2020-08-08 18:02:18 +01:00
parent fd94b3a473
commit f88a5542cf
10 changed files with 60 additions and 18 deletions

18
cmd/test/info/all.sh Executable file
View File

@@ -0,0 +1,18 @@
#!/usr/bin/env bash
exec rclone --check-normalization=true --check-control=true --check-length=true info \
/tmp/testInfo \
TestAmazonCloudDrive:testInfo \
TestB2:testInfo \
TestCryptDrive:testInfo \
TestCryptSwift:testInfo \
TestDrive:testInfo \
TestDropbox:testInfo \
TestGoogleCloudStorage:rclone-testinfo \
TestOneDrive:testInfo \
TestS3:rclone-testinfo \
TestSftp:testInfo \
TestSwift:testInfo \
TestYandex:testInfo \
TestFTP:testInfo
# TestHubic:testInfo \