1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-16 23:43:48 +00:00

fstests: add name of remote to WARN message

This commit is contained in:
Nick Craig-Wood
2018-02-02 12:05:16 +00:00
parent de35f1c165
commit fc8641809e

View File

@@ -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)
}
}