mirror of
https://github.com/rclone/rclone.git
synced 2024-12-23 07:29:35 +01:00
fstests: add name of remote to WARN message
This commit is contained in:
parent
de35f1c165
commit
fc8641809e
@ -113,7 +113,7 @@ func TestInit(t *testing.T) {
|
||||
|
||||
func skipIfNotOk(t *testing.T) {
|
||||
if remote == nil {
|
||||
t.Skip("WARN: FS not configured")
|
||||
t.Skipf("WARN: %q not configured", RemoteName)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user