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

test_all: optionally run Cleanup before cleaning a remote

Add this to the QingStor remote to stop it running out of buckets
This commit is contained in:
Nick Craig-Wood
2020-03-31 15:56:58 +01:00
parent 66e08e0cc8
commit 9a5178be7a
4 changed files with 19 additions and 21 deletions

View File

@@ -86,7 +86,7 @@ func main() {
// Just clean the directories if required
if *clean {
err := cleanRemotes(conf.Remotes())
err := cleanRemotes(conf)
if err != nil {
log.Fatalf("Failed to clean: %v", err)
}