X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/393ba2214d0c4c31de44a1278ff3106ee7d97522..37802f40dcbe8956ba8ee3bfbddf10c60f94c209:/runtests.sh diff --git a/runtests.sh b/runtests.sh index 68d7313b..f5655e79 100755 --- a/runtests.sh +++ b/runtests.sh @@ -169,6 +169,7 @@ then fi RSYNC="$rsync_bin" +#RSYNC="valgrind --tool=addrcheck $rsync_bin" export rsync_bin RSYNC @@ -205,7 +206,7 @@ fi for testscript in $suitedir/$whichtests do - testbase=`echo $testscript | sed 's!.*/!!' | sed -e 's/.test\$//'` + testbase=`echo $testscript | sed -e 's!.*/!!' -e 's/.test\$//'` scratchdir="$scratchbase.$testbase" prep_scratch @@ -220,6 +221,11 @@ do echo "----- $testbase log follows" cat "$scratchdir/test.log" echo "----- $testbase log ends" + if [ -f "$scratchdir/rsyncd.log" ]; then + echo "----- $testbase rsyncd.log follows" + cat "$scratchdir/rsyncd.log" + echo "----- $testbase rsyncd.log ends" + fi fi case $result in