X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/1657be22a3bf3d0978100e81aa292128dc04a573..37802f40dcbe8956ba8ee3bfbddf10c60f94c209:/runtests.sh diff --git a/runtests.sh b/runtests.sh index bb0b34a6..f5655e79 100755 --- a/runtests.sh +++ b/runtests.sh @@ -142,7 +142,7 @@ echo "$0 running in `pwd`" echo " rsync_bin=$rsync_bin" echo " srcdir=$srcdir" -testuser=`whoami || echo UNKNOWN` +testuser=`id -un || whoami || echo UNKNOWN` echo " testuser=$testuser" echo " os=`uname -a`" @@ -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