forked from TrueCloudLab/rclone
fstests: add name of remote to WARN message
This commit is contained in:
parent
de35f1c165
commit
fc8641809e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue