forked from TrueCloudLab/rclone
test_all: fix -clean flag
This commit is contained in:
parent
97c414f025
commit
b96c73bee6
1 changed files with 1 additions and 0 deletions
|
@ -411,6 +411,7 @@ func main() {
|
|||
start := time.Now()
|
||||
if *clean {
|
||||
config.LoadConfig()
|
||||
packages = []string{"clean"}
|
||||
} else {
|
||||
for _, pkg := range packages {
|
||||
makeTestBinary(pkg)
|
||||
|
|
Loading…
Reference in a new issue