rclone/fs/logger
Nick Craig-Wood caba22a585 fs/logger: make the tests deterministic
Previously this used `rclone test makefiles --seed 0` which sets a
random seed and every now and again we get this error

    Failed to open file "$WORK\\src\\moru": open $WORK\src\moru: is a directory

Because a file with the same name was created as a file in the src and
a dir in the dst.

This fixes it by using determinstic seeds each time.
2024-06-12 16:39:30 +01:00
..
testdata/script fs/logger: make the tests deterministic 2024-06-12 16:39:30 +01:00
logger_test.go build: fix linting issues reported by running golangci-lint with different GOOS 2024-04-22 19:29:12 +02:00
logger.go sync: report list of synced paths to file -- see #7282 2024-01-20 14:50:08 -05:00