1
0
mirror of https://github.com/rclone/rclone.git synced 2025-08-10 06:09:44 +02:00

test_all: fix -clean flag

This commit is contained in:
Nick Craig-Wood
2018-01-19 09:47:01 +00:00
parent 97c414f025
commit b96c73bee6

View File

@@ -411,6 +411,7 @@ func main() {
start := time.Now()
if *clean {
config.LoadConfig()
packages = []string{"clean"}
} else {
for _, pkg := range packages {
makeTestBinary(pkg)