From: Wayne Davison Date: Wed, 4 Feb 2004 05:34:29 +0000 (+0000) Subject: If we encounter an error, output the rsyncd.log file, if it exists. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/53adbd7a3d3c93ac51213350e9eebc4324b25de7 If we encounter an error, output the rsyncd.log file, if it exists. --- diff --git a/runtests.sh b/runtests.sh index 68d7313b..e64f1b3b 100755 --- a/runtests.sh +++ b/runtests.sh @@ -220,6 +220,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