X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/53adbd7a3d3c93ac51213350e9eebc4324b25de7..82471e68a8bb3da8ca95f2b6564c330c52ce891e:/runtests.sh diff --git a/runtests.sh b/runtests.sh index e64f1b3b..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