From 2ae4126a9e878cd99d154f0c0b8968f70b45bbdc Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 2 May 2006 17:11:42 +0000 Subject: [PATCH] Tweaked our test config file to include transfer logging that includes %i, and to have a test-scratchdir module. --- testsuite/rsync.fns | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns index 943c3d31..7d73f0c1 100644 --- a/testsuite/rsync.fns +++ b/testsuite/rsync.fns @@ -232,9 +232,10 @@ pid file = $pidfile use chroot = no hosts allow = localhost, 127.0.0.1 log file = $logfile +log format = %i %h [%a] %m (%u) %l %f%L +transfer logging = yes exclude = foobar.baz max verbosity = 9 - uid = 0 gid = 0 @@ -245,6 +246,10 @@ gid = 0 [test-to] path = $todir read only = no + +[test-scratch] + path = $scratchdir + read only = no EOF } -- 2.34.1