mirror of
https://github.com/rclone/rclone.git
synced 2025-11-23 21:44:49 +02:00
backend: allow wrapping backend tests to run in make quicktest
This commit is contained in:
@@ -11,7 +11,8 @@ import (
|
||||
// TestIntegration runs integration tests against the remote
|
||||
func TestIntegration(t *testing.T) {
|
||||
fstests.Run(t, &fstests.Opt{
|
||||
RemoteName: "",
|
||||
NilObject: (*local.Object)(nil),
|
||||
RemoteName: "",
|
||||
NilObject: (*local.Object)(nil),
|
||||
QuickTestOK: true,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user