Decided I like "set -x" after all.
authorWayne Davison <wayned@samba.org>
Sat, 26 Feb 2005 19:47:43 +0000 (19:47 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 26 Feb 2005 19:47:43 +0000 (19:47 +0000)
17 files changed:
testsuite/batch-mode.test
testsuite/chgrp.test
testsuite/chmod-temp-dir.test
testsuite/chmod.test
testsuite/chown.test
testsuite/daemon-gzip-download.test
testsuite/daemon-gzip-upload.test
testsuite/delete.test
testsuite/duplicates.test
testsuite/exclude.test
testsuite/hardlinks.test
testsuite/longdir.test
testsuite/merge.test
testsuite/symlink-ignore.test
testsuite/trimslash.test
testsuite/unsafe-links.test
testsuite/wildmatch.test

index a6af81e..a767ae0 100644 (file)
@@ -9,6 +9,8 @@
 
 . "$suitedir/rsync.fns"
 
+set -x
+
 hands_setup
 
 cd "$tmpdir"
index e65fc0e..82474b9 100644 (file)
@@ -11,6 +11,8 @@
 
 . "$suitedir/rsync.fns"
 
+set -x
+
 # Build some hardlinks
 
 mygrps="`rsync_getgroups`" || fail "Can't get groups"
index f17f3cc..5fda2b1 100644 (file)
@@ -11,6 +11,8 @@
 
 . "$suitedir/rsync.fns"
 
+set -x
+
 hands_setup
 
 tmpdir2=/tmp
index 4f46045..af5e79f 100644 (file)
@@ -11,6 +11,8 @@
 
 . "$suitedir/rsync.fns"
 
+set -x
+
 hands_setup
 
 chmod 440 "$fromdir/text"
index cd841fa..755ffdf 100644 (file)
@@ -13,6 +13,8 @@
 
 . "$suitedir/rsync.fns"
 
+set -x
+
 # Build some hardlinks
 
 mkdir "$fromdir"
index 383d897..62e39f8 100644 (file)
@@ -26,6 +26,8 @@ build_rsyncd_conf
 RSYNC_CONNECT_PROG="$RSYNC --config=$conf --daemon"
 export RSYNC_CONNECT_PROG
 
+set -x
+
 hands_setup
 
 # Build chkdir with a normal rsync and an --exclude.
index 49a7b1a..363e846 100644 (file)
@@ -20,6 +20,8 @@ build_rsyncd_conf
 RSYNC_CONNECT_PROG="$RSYNC --config=$conf --daemon"
 export RSYNC_CONNECT_PROG
 
+set -x
+
 hands_setup
 
 # Build chkdir with a normal rsync and an --exclude.
index 99791d5..1400bc2 100644 (file)
@@ -9,6 +9,8 @@
 
 . "$suitedir/rsync.fns"
 
+set -x
+
 hands_setup
 
 makepath "$chkdir"
index a96f560..23d2994 100644 (file)
@@ -21,6 +21,8 @@
 
 . "$suitedir/rsync.fns"
 
+set -x
+
 # Build some hardlinks
 
 mkdir "$fromdir"
index da4c19e..9c7b038 100644 (file)
@@ -16,6 +16,8 @@ HOME="$scratchdir"
 CVSIGNORE='*.junk'
 export HOME CVSIGNORE
 
+set -x
+
 # Build some files/dirs/links to copy
 
 makepath "$fromdir/foo/down/to/you"
index f258b2c..31005e7 100644 (file)
@@ -12,6 +12,8 @@
 
 . "$suitedir/rsync.fns"
 
+set -x
+
 # Build some hardlinks
 
 fromdir="$scratchdir/from"
index b64f542..9138acb 100644 (file)
@@ -7,6 +7,8 @@
 
 . "$suitedir/rsync.fns"
 
+set -x
+
 hands_setup
 
 longname=This-is-a-directory-with-a-stupidly-long-name-created-in-an-attempt-to-provoke-an-error-found-in-2.0.11-that-should-hopefully-never-appear-again-if-this-test-does-its-job
index 8059814..cc7f188 100644 (file)
@@ -9,6 +9,8 @@
 
 . "$suitedir/rsync.fns"
 
+set -x
+
 # Build some files/dirs/links to copy
 
 from1dir="${fromdir}1"
index eec7a30..42ce2d3 100644 (file)
@@ -10,6 +10,8 @@
 
 . "$suitedir/rsync.fns"
 
+set -x
+
 build_symlinks || test_fail "failed to build symlinks"
 
 # Copy recursively, but without -l or -L or -a, and all the symlinks
index d98ff87..56e79cc 100644 (file)
@@ -9,6 +9,8 @@
 
 . "$suitedir/rsync.fns"
 
+set -x
+
 "$TOOLDIR/trimslash" "/usr/local/bin" "/usr/local/bin/" "/usr/local/bin///" \
        "//a//" "////" \
         "/Users/Wierd Macintosh Name/// Ooh, translucent plastic/" \
index 058269e..28c5c6d 100644 (file)
@@ -32,6 +32,8 @@ ln -s ../files/file1 "from/safe/links/"
 ln -s ../files/file2 "from/safe/links/"
 ln -s ../../unsafe/unsafefile "from/safe/links/"
 
+set -x
+
 echo "rsync with relative path and just -a";
 $RSYNC -avv from/safe/ to
 test_symlink to/links/file1
index e50a4f2..71e0ff0 100644 (file)
@@ -9,6 +9,8 @@
 
 . "$suitedir/rsync.fns"
 
+set -x
+
 "$TOOLDIR/wildtest" "$srcdir/wildtest.txt" >"$scratchdir/wild.out"
 diff $diffopt "$scratchdir/wild.out" - <<EOF
 No wildmatch errors found.