mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 08:35:07 +08:00
fs/test_all: fix after fstest factorisation
This commit is contained in:
parent
d4b9bb9894
commit
3e3a59768e
|
@ -108,7 +108,6 @@ var (
|
|||
// Flags
|
||||
maxTries = flag.Int("maxtries", 5, "Number of times to try each test")
|
||||
runTests = flag.String("remotes", "", "Comma separated list of remotes to test, eg 'TestSwift:,TestS3'")
|
||||
verbose = flag.Bool("verbose", false, "Run the tests with -v")
|
||||
clean = flag.Bool("clean", false, "Instead of testing, clean all left over test directories")
|
||||
runOnly = flag.String("run-only", "", "Run only those tests matching the regexp supplied")
|
||||
)
|
||||
|
@ -134,7 +133,7 @@ func newTest(remote string, subdir bool, fastlist bool) *test {
|
|||
cmdLine: []string{"./" + binary, "-remote", remote},
|
||||
try: 1,
|
||||
}
|
||||
if *verbose {
|
||||
if *fstest.Verbose {
|
||||
t.cmdLine = append(t.cmdLine, "-test.v")
|
||||
fs.Config.LogLevel = fs.LogLevelDebug
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user