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