mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 08:23:47 +01:00
bisync: ignore "Implicitly create directory" messages on tests
This commit is contained in:
parent
17cd7a9496
commit
b153254b3a
@ -97,6 +97,8 @@ var logReplacements = []string{
|
||||
`^NOTICE:.*?Files of unknown size \(such as Google Docs\) do not sync reliably with --checksum or --size-only\. Consider using modtime instead \(the default\) or --drive-skip-gdocs.*?$`, dropMe,
|
||||
// ignore cache backend cache expired messages
|
||||
`^INFO : .*cache expired.*$`, dropMe,
|
||||
// ignore "Implicitly create directory" messages (TestnStorage:)
|
||||
`^INFO : .*Implicitly create directory.*$`, dropMe,
|
||||
// ignore differences in backend features
|
||||
`^.*?"HashType1":.*?$`, dropMe,
|
||||
`^.*?"HashType2":.*?$`, dropMe,
|
||||
|
Loading…
Reference in New Issue
Block a user