Set -x option to diagnose what is going wrong on FreeBSD.
authorWayne Davison <wayned@samba.org>
Mon, 21 May 2007 02:31:20 +0000 (02:31 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 21 May 2007 02:31:20 +0000 (02:31 +0000)
testsuite/exclude.test

index e412d3069b654908d8d75b642c0baf178df59ef4..1aa33e32904b2519dc6936b5f81edf3e6f33b5c1 100644 (file)
@@ -203,6 +203,8 @@ $RSYNC -av --delete-excluded --exclude='*' "$fromdir/" "$todir/"
 checkit "$RSYNC -avv -f dir-merge,-_.excl \
     \"$fromdir/\" \"$todir/\"" "$chkdir" "$todir"
 
+set -x
+
 relative_opts='--relative --chmod=Du+w --copy-unsafe-links'
 $RSYNC -av $relative_opts "$fromdir/foo" "$chkdir/"
 rm -rf "$chkdir$fromdir/foo/down"