From 4aa32cc3fec3cd8da6e7b8ceb83913d5867c1916 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Thu, 17 Jan 2013 15:19:03 +0100 Subject: [PATCH] List daemon.log on $RADIUSHOSTS --- testing/do-tests | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testing/do-tests b/testing/do-tests index 14d723dbd..49f889277 100755 --- a/testing/do-tests +++ b/testing/do-tests @@ -553,6 +553,9 @@ do scp $SSHCONF $HOSTLOGIN:/var/log/freeradius/radius.log \ $TESTRESULTDIR/${host}.radius.log > /dev/null 2>&1 + ssh $SSHCONF $HOSTLOGIN grep imcv /var/log/daemon.log \ + >> $TESTRESULTDIR/${host}.daemon.log + chmod a+r $TESTRESULTDIR/* cat >> $TESTRESULTDIR/index.html <<@EOF

$host

@@ -569,6 +572,7 @@ do