mirror of
https://github.com/rclone/rclone.git
synced 2025-08-17 17:11:37 +02:00
backend: allow wrapping backend tests to run in make quicktest
This commit is contained in:
@ -53,6 +53,7 @@ func TestIntegration(t *testing.T) {
|
||||
{Name: name, Key: "type", Value: "chunker"},
|
||||
{Name: name, Key: "remote", Value: tempDir},
|
||||
}
|
||||
opt.QuickTestOK = true
|
||||
}
|
||||
fstests.Run(t, &opt)
|
||||
}
|
||||
|
Reference in New Issue
Block a user