Tweaked our test config file to include transfer logging that
authorWayne Davison <wayned@samba.org>
Tue, 2 May 2006 17:11:42 +0000 (17:11 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 2 May 2006 17:11:42 +0000 (17:11 +0000)
includes %i, and to have a test-scratchdir module.

testsuite/rsync.fns

index 943c3d3..7d73f0c 100644 (file)
@@ -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
 }