mirror of
https://github.com/rclone/rclone.git
synced 2025-08-15 08:12:45 +02:00
backend: allow wrapping backend tests to run in make quicktest
This commit is contained in:
@ -35,6 +35,7 @@ func TestLocal(t *testing.T) {
|
||||
{Name: name, Key: "type", Value: "combine"},
|
||||
{Name: name, Key: "upstreams", Value: upstreams},
|
||||
},
|
||||
QuickTestOK: true,
|
||||
})
|
||||
}
|
||||
|
||||
@ -50,6 +51,7 @@ func TestMemory(t *testing.T) {
|
||||
{Name: name, Key: "type", Value: "combine"},
|
||||
{Name: name, Key: "upstreams", Value: upstreams},
|
||||
},
|
||||
QuickTestOK: true,
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user