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-Tag: v2.6.1pre1~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53adbd7a3d3c93ac51213350e9eebc4324b25de7;p=thirdparty%2Frsync.git 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