From 53adbd7a3d3c93ac51213350e9eebc4324b25de7 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 4 Feb 2004 05:34:29 +0000 Subject: [PATCH] If we encounter an error, output the rsyncd.log file, if it exists. --- runtests.sh | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.34.1