aboutsummaryrefslogtreecommitdiffstats
path: root/runtests.sh
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2004-02-04 05:34:29 +0000
committerWayne Davison <wayned@samba.org>2004-02-04 05:34:29 +0000
commit53adbd7a3d3c93ac51213350e9eebc4324b25de7 (patch)
tree73ff51b1aa27d90fbcd6f647cbcb83d0c07d302c /runtests.sh
parent17f033b72503bf9ce53e4c0c44a48ab7507eb1aa (diff)
downloadandroid_external_rsync-53adbd7a3d3c93ac51213350e9eebc4324b25de7.tar.gz
android_external_rsync-53adbd7a3d3c93ac51213350e9eebc4324b25de7.tar.bz2
android_external_rsync-53adbd7a3d3c93ac51213350e9eebc4324b25de7.zip
If we encounter an error, output the rsyncd.log file, if it exists.
Diffstat (limited to 'runtests.sh')
-rwxr-xr-xruntests.sh5
1 files changed, 5 insertions, 0 deletions
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